ComplexPropertyEntry Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Serves as the property entry for read/write and read-only properties such as templates.
Assembly: System.Web (in System.Web.dll)
System.Web.UI::PropertyEntry
System.Web.UI::BuilderPropertyEntry
System.Web.UI::ComplexPropertyEntry
| Name | Description | |
|---|---|---|
![]() | Builder | Gets or sets the control builder for the property entry.(Inherited from BuilderPropertyEntry.) |
![]() | 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.) |
![]() | 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.) |
![]() | IsCollectionItem | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value indicating whether the property is a collection object. |
![]() | 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.) |
![]() | 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.) |
![]() | ReadOnly | 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 item represented in the property entry contains a method for setting its value. |
![]() | 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.) |
| 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.) |
A complex property entry represents an item such as a template.
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.
System.Web.UI Namespace
Customizing with Control Templates


