BoundPropertyEntry Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a control property that is data-bound to an expression.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class BoundPropertyEntry : System::Web::UI::PropertyEntry
public class BoundPropertyEntry : System.Web.UI.PropertyEntry
type BoundPropertyEntry = class
inherit PropertyEntry
Public Class BoundPropertyEntry
Inherits PropertyEntry
- Inheritance
Remarks
When a page is parsed, the page parser retains information about an expression and the property it is bound to in a BoundPropertyEntry object.
Properties
ControlID |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the ID of the control that contains this binding. |
ControlType |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the type of the control that is being bound to at run time. |
DeclaringType |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets the type of the class that declares this member. (Inherited from PropertyEntry) |
Expression |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the value representing an expression during page parsing. |
ExpressionBuilder |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the object used for evaluating the expression during page parsing. |
ExpressionPrefix |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the prefix for this expression. |
FieldName |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the data field bound to by the expression. |
Filter |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the value pertaining to the filter portion of an expression. (Inherited from PropertyEntry) |
FormatString |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the format specifier characters that indicate how a value is to be displayed. |
Generated |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value indicating whether the expression was generated by the parser. |
IsEncoded |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the value of the control property is encoded. |
Name |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the property name that the expression applies to. (Inherited from PropertyEntry) |
ParsedExpressionData |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the data retrieved from an expression builder object during page parsing. |
PropertyInfo |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets an object containing attributes of the property the expression applies to. (Inherited from PropertyEntry) |
ReadOnlyProperty |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value indicating whether the property contains a |
TwoWayBound |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value indicating whether the expression is bound to a control that allows for inserting, updating, or deleting data. |
Type |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the type of the entry. (Inherited from PropertyEntry) |
UseSetAttribute |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value indicating whether a control's |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |