PropertyEntry Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Acts as the base class for all property entry classes.
Assembly: System.Web (in System.Web.dll)
System.Web.UI::PropertyEntry
System.Web.UI::BoundPropertyEntry
System.Web.UI::BuilderPropertyEntry
System.Web.UI::SimplePropertyEntry
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | 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. |
![]() | 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. |
![]() | 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. |
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
PropertyEntry is the base class for all property entry classes; you cannot create an instance of this class. It defines fields that are used in the derived classes BoundPropertyEntry, BuilderPropertyEntry, ComplexPropertyEntry, TemplatePropertyEntry, and SimplePropertyEntry.
The page parser uses property entry classes during parsing to represent expressions found within server control tags.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


