Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

92 lines
4.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="IDataItemContainer" FullName="System.Web.UI.IDataItemContainer">
<TypeSignature Language="C#" Value="public interface IDataItemContainer : System.Web.UI.INamingContainer" />
<AssemblyInfo>
<AssemblyName>System.Web</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces>
<Interface>
<InterfaceName>System.Web.UI.INamingContainer</InterfaceName>
</Interface>
</Interfaces>
<Docs>
<since version=".NET 2.0" />
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Container classes that implement the <see cref="T:System.Web.UI.IDataItemContainer" /> interface can specify which of their properties identifies the data item for data-binding operations, such as late binding with the <see cref="T:System.Web.UI.DataBinder" /> class.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Enables data-bound control containers to identify a data item object for simplified data-binding operations.</para>
</summary>
</Docs>
<Members>
<Member MemberName="DataItem">
<MemberSignature Language="C#" Value="public object DataItem { get; }" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<since version=".NET 2.0" />
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="P:System.Web.UI.IDataItemContainer.DataItem" /> property identifies an object that is used in data-binding operations and late-binding expressions. </para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>When implemented, gets an object that is used in simplified data-binding operations.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="DataItemIndex">
<MemberSignature Language="C#" Value="public int DataItemIndex { get; }" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<since version=".NET 2.0" />
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>In implementing classes such as <see cref="T:System.Web.UI.WebControls.FormView" />, <see cref="T:System.Web.UI.WebControls.GridViewRow" />, and <see cref="T:System.Web.UI.WebControls.DetailsView" />, the <see cref="P:System.Web.UI.IDataItemContainer.DataItemIndex" /> property is used to determine the index of the data item bound to the control from the data source. The <see cref="P:System.Web.UI.IDataItemContainer.DataItemIndex" /> property does not refer to the index of the data item as displayed by the data control.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>When implemented, gets the index of the data item bound to a control.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="DisplayIndex">
<MemberSignature Language="C#" Value="public int DisplayIndex { get; }" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<since version=".NET 2.0" />
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>In implementing classes such as <see cref="T:System.Windows.Forms.DataGridViewColumn" />, the <see cref="P:System.Web.UI.IDataItemContainer.DisplayIndex" /> property is set according to the index of the row among the displayed rows.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>When implemented, gets the position of the data item as displayed in a control.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
</Members>
</Type>