ComplexPropertyEntry 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.
Serves as the property entry for read/write and read-only properties such as templates.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class ComplexPropertyEntry : System::Web::UI::BuilderPropertyEntry
public class ComplexPropertyEntry : System.Web.UI.BuilderPropertyEntry
type ComplexPropertyEntry = class
inherit BuilderPropertyEntry
Public Class ComplexPropertyEntry
Inherits BuilderPropertyEntry
- Inheritance
Remarks
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.
Properties
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) |
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) |