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

48 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="IBindableControl" FullName="System.Web.UI.IBindableControl">
<TypeSignature Language="C#" Value="public interface IBindableControl" />
<AssemblyInfo>
<AssemblyName>System.Web</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName>System.Web.AspNetHostingPermission(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Web.AspNetHostingPermission(System.Security.Permissions.SecurityAction.LinkDemand, Level=System.Web.AspNetHostingPermissionLevel.Minimal)</AttributeName>
</Attribute>
</Attributes>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Defines a method that enables field template controls to implement two-way data-binding.</para>
</summary>
</Docs>
<Members>
<Member MemberName="ExtractValues">
<MemberSignature Language="C#" Value="public void ExtractValues (System.Collections.Specialized.IOrderedDictionary dictionary);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="dictionary" Type="System.Collections.Specialized.IOrderedDictionary" />
</Parameters>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Retrieves a set of name/value pairs to implement two-way data-binding in field template controls.</para>
</summary>
<param name="dictionary">
<attribution license="cc4" from="Microsoft" modified="false" />The dictionary that contains the name/value pairs. </param>
</Docs>
</Member>
</Members>
</Type>