﻿<?xml version="1.0" encoding="utf-8"?><Type Name="DataBinding" FullName="System.Web.UI.DataBinding"><TypeSignature Language="C#" Value="public sealed class DataBinding" Maintainer="auto" /><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><Base><BaseTypeName>System.Object</BaseTypeName></Base><Interfaces /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Each data-binding expression in a server control is represented at design time by an instance of the <see cref="T:System.Web.UI.DataBinding" /> class. Any server control that contains one or more data-binding expressions has a <see cref="T:System.Web.UI.DataBindingCollection" /> object that contains the <see cref="T:System.Web.UI.DataBinding" /> objects. This collection is accessible through the <see cref="T:System.Web.UI.Control" /> class implementing the <see cref="T:System.Web.UI.IDataBindingsAccessor" /> interface. When you create a custom RAD designer, use that implementation to access the collection. Any <see cref="T:System.Web.UI.DataBinding" /> or <see cref="T:System.Web.UI.DataBindingCollection" /> objects associated with a server control exist only at design time. They do not exist at run time and, therefore, are not accessible during run time.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Contains information about a single data-binding expression in an ASP.NET server control, which allows rapid-application development (RAD) designers, such as Microsoft Visual Studio, to create data-binding expressions at design time. This class cannot be inherited.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public DataBinding (string propertyName, Type propertyType, string expression);" /><MemberType>Constructor</MemberType><ReturnValue /><Parameters><Parameter Name="propertyName" Type="System.String" /><Parameter Name="propertyType" Type="System.Type" /><Parameter Name="expression" Type="System.String" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Web.UI.DataBinding" /> class.</para></summary><param name="propertyName"><attribution license="cc4" from="Microsoft" modified="false" />The property to bind data to. </param><param name="propertyType"><attribution license="cc4" from="Microsoft" modified="false" />The .NET Framework type of the property to bind data to. </param><param name="expression"><attribution license="cc4" from="Microsoft" modified="false" />The data-binding expression to be evaluated. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Equals"><MemberSignature Language="C#" Value="public override bool Equals (object obj);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="obj" Type="System.Object" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Determines whether the specified object is the same instance of the <see cref="T:System.Web.UI.DataBinding" /> class as the current object.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>true if the data-binding property names match; otherwise, false.</para></returns><param name="obj"><attribution license="cc4" from="Microsoft" modified="false" />The object to compare against the current <see cref="T:System.Web.UI.DataBinding" />. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Expression"><MemberSignature Language="C#" Value="public string Expression { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters /><Docs><value>To be added: an object of type 'string'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the data-binding expression to be evaluated.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="GetHashCode"><MemberSignature Language="C#" Value="public override int GetHashCode ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para><see cref="T:System.Web.UI.DataBinding" /> objects are placed in a <see cref="T:System.Web.UI.DataBindingCollection" /> object, accessible only at design time. The collection is a hash table that represents the bindings on a control. There can only be one binding per property, so the hash code computation matches the <see cref="M:System.Web.UI.DataBinding.Equals(System.Object)" /> implementation and only takes the property name into account.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Retrieves the hash code for an instance of the <see cref="T:System.Web.UI.DataBinding" /> object.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A 32-bit signed integer hash code.</para></returns></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="PropertyName"><MemberSignature Language="C#" Value="public string PropertyName { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'string'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the name of the ASP.NET server control property to bind data to.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="PropertyType"><MemberSignature Language="C#" Value="public Type PropertyType { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Type</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'Type'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the .NET Framework type of the data-bound ASP.NET server control property.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>