This topic has not yet been rated - Rate this topic

BoundPropertyEntry Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Represents a control property that is data-bound to an expression.

System.Object
  System.Web.UI.PropertyEntry
    System.Web.UI.BoundPropertyEntry

Namespace:  System.Web.UI
Assembly:  System.Web (in System.Web.dll)
public class BoundPropertyEntry : PropertyEntry

The BoundPropertyEntry type exposes the following members.

  Name Description
Public property ControlID Infrastructure. Gets or sets the ID of the control that contains this binding.
Public property ControlType Infrastructure. Gets or sets the type of the control that is being bound to at run time.
Public property DeclaringType Infrastructure. Gets the type of the class that declares this member. (Inherited from PropertyEntry.)
Public property Expression Infrastructure. Gets or sets the value representing an expression during page parsing.
Public property ExpressionBuilder Infrastructure. Gets or sets the object used for evaluating the expression during page parsing.
Public property ExpressionPrefix Infrastructure. Gets or sets the prefix for this expression.
Public property FieldName Infrastructure. Gets or sets the name of the data field bound to by the expression.
Public property Filter Infrastructure. Gets or sets the value pertaining to the filter portion of an expression. (Inherited from PropertyEntry.)
Public property FormatString Infrastructure. Gets or sets the format specifier characters that indicate how a value is to be displayed.
Public property Generated Infrastructure. Gets or sets a value indicating whether the expression was generated by the parser.
Public property Name Infrastructure. Gets or sets the property name that the expression applies to. (Inherited from PropertyEntry.)
Public property ParsedExpressionData Infrastructure. Gets or sets the data retrieved from an expression builder object during page parsing.
Public property PropertyInfo Infrastructure. Gets or sets an object containing attributes of the property the expression applies to. (Inherited from PropertyEntry.)
Public property ReadOnlyProperty Infrastructure. Gets or sets a value indicating whether the property contains a set accessor.
Public property TwoWayBound Infrastructure. Gets or sets a value indicating whether the expression is bound to a control that allows for inserting, updating, or deleting data.
Public property Type Infrastructure. Gets or sets the type of the entry. (Inherited from PropertyEntry.)
Public property UseSetAttribute Infrastructure. Gets or sets a value indicating whether a control's SetAttribute method can be called.
Top
  Name Description
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

When a page is parsed, the page parser retains information about an expression and the property it is bound to in a BoundPropertyEntry object.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ