﻿<?xml version="1.0" encoding="utf-8"?><Type Name="IRepeatInfoUser" FullName="System.Web.UI.WebControls.IRepeatInfoUser"><TypeSignature Language="C#" Maintainer="auto" Value="public interface IRepeatInfoUser" /><AssemblyInfo><AssemblyName>System.Web</AssemblyName><AssemblyPublicKey></AssemblyPublicKey><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement><Interfaces /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Web.UI.WebControls.IRepeatInfoUser" /> interface defines the properties and methods that must be implemented by all list controls that repeats a list of items, such as <see cref="T:System.Web.UI.WebControls.CheckBoxList" />, <see cref="T:System.Web.UI.WebControls.DataList" />, and <see cref="T:System.Web.UI.WebControls.RadioButtonList" />. To indicate whether a list control contains a heading section, footer section, or separators, this interface defines the <see cref="P:System.Web.UI.WebControls.IRepeatInfoUser.HasHeader" />, <see cref="P:System.Web.UI.WebControls.IRepeatInfoUser.HasFooter" />, and <see cref="P:System.Web.UI.WebControls.IRepeatInfoUser.HasSeparators" /> properties, respectively. The <see cref="P:System.Web.UI.WebControls.IRepeatInfoUser.RepeatedItemCount" /> property is used to represent the number of items in the list. Use the <see cref="M:System.Web.UI.WebControls.IRepeatInfoUser.GetItemStyle(System.Web.UI.WebControls.ListItemType,System.Int32)" /> method to determine the style of an item in the list. The <see cref="M:System.Web.UI.WebControls.IRepeatInfoUser.RenderItem(System.Web.UI.WebControls.ListItemType,System.Int32,System.Web.UI.WebControls.RepeatInfo,System.Web.UI.HtmlTextWriter)" /> method is used to display an item.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Defines the properties and methods that must be implemented by any list control that repeats a list of items.</para></summary></Docs><Members><Member MemberName="GetItemStyle"><MemberSignature Language="C#" Value="public System.Web.UI.WebControls.Style GetItemStyle (System.Web.UI.WebControls.ListItemType itemType, int repeatIndex);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Web.UI.WebControls.Style</ReturnType></ReturnValue><Parameters><Parameter Name="itemType" Type="System.Web.UI.WebControls.ListItemType" /><Parameter Name="repeatIndex" Type="System.Int32" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>A list control that inherits from the <see cref="T:System.Web.UI.WebControls.IRepeatInfoUser" /> interface must implement the <see cref="M:System.Web.UI.WebControls.IRepeatInfoUser.GetItemStyle(System.Web.UI.WebControls.ListItemType,System.Int32)" /> method to retrieve the style of the specified item type at the specified index in the list control.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Retrieves the style of the specified item type at the specified index in the list control.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A <see cref="T:System.Web.UI.WebControls.Style" /> that represents the style of the specified item type at the specified index in the list control.</para></returns><param name="itemType"><attribution license="cc4" from="Microsoft" modified="false" />One of the <see cref="T:System.Web.UI.WebControls.ListItemType" /> enumeration values. </param><param name="repeatIndex"><attribution license="cc4" from="Microsoft" modified="false" />An ordinal index that specifies the location of the item in the list control. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="HasFooter"><MemberSignature Language="C#" Value="public bool HasFooter { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'bool'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>A list control that inherits from the <see cref="T:System.Web.UI.WebControls.IRepeatInfoUser" /> interface must implement the <see cref="P:System.Web.UI.WebControls.IRepeatInfoUser.HasFooter" /> property to indicate whether the list control contains a footer section.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a value indicating whether the list control contains a footer section.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="HasHeader"><MemberSignature Language="C#" Value="public bool HasHeader { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'bool'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>A list control that inherits from the <see cref="T:System.Web.UI.WebControls.IRepeatInfoUser" /> interface must implement the <see cref="P:System.Web.UI.WebControls.IRepeatInfoUser.HasHeader" /> property to indicate whether the list control contains a heading section.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a value indicating whether the list control contains a heading section.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="HasSeparators"><MemberSignature Language="C#" Value="public bool HasSeparators { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'bool'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>A list control that inherits from the <see cref="T:System.Web.UI.WebControls.IRepeatInfoUser" /> interface must implement the <see cref="P:System.Web.UI.WebControls.IRepeatInfoUser.HasSeparators" /> property to indicate whether the list control contains separators between items in the list.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a value indicating whether the list control contains a separator between items in the list.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="RenderItem"><MemberSignature Language="C#" Value="public void RenderItem (System.Web.UI.WebControls.ListItemType itemType, int repeatIndex, System.Web.UI.WebControls.RepeatInfo repeatInfo, System.Web.UI.HtmlTextWriter writer);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="itemType" Type="System.Web.UI.WebControls.ListItemType" /><Parameter Name="repeatIndex" Type="System.Int32" /><Parameter Name="repeatInfo" Type="System.Web.UI.WebControls.RepeatInfo" /><Parameter Name="writer" Type="System.Web.UI.HtmlTextWriter" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>A list control that inherits from the <see cref="T:System.Web.UI.WebControls.IRepeatInfoUser" /> interface must implement the <see cref="M:System.Web.UI.WebControls.IRepeatInfoUser.RenderItem(System.Web.UI.WebControls.ListItemType,System.Int32,System.Web.UI.WebControls.RepeatInfo,System.Web.UI.HtmlTextWriter)" /> method to render an item in the list with the specified information.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Renders an item in the list with the specified information.</para></summary><param name="itemType"><attribution license="cc4" from="Microsoft" modified="false" />One of the <see cref="T:System.Web.UI.WebControls.ListItemType" /> enumeration values. </param><param name="repeatIndex"><attribution license="cc4" from="Microsoft" modified="false" />An ordinal index that specifies the location of the item in the list control. </param><param name="repeatInfo"><attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Web.UI.WebControls.RepeatInfo" /> that represents the information used to render the item in the list. </param><param name="writer"><attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Web.UI.HtmlTextWriter" /> that represents the output stream to render HTML content on the client. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="RepeatedItemCount"><MemberSignature Language="C#" Value="public int RepeatedItemCount { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'int'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>A list control that inherits from the <see cref="T:System.Web.UI.WebControls.IRepeatInfoUser" /> interface must implement the <see cref="P:System.Web.UI.WebControls.IRepeatInfoUser.RepeatedItemCount" /> property to indicate the number of items in the control.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the number of items in the list control.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>