BuilderPropertyEntry 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 base class for all property entries that require a control builder.
public ref class BuilderPropertyEntry abstract : System::Web::UI::PropertyEntry
public abstract class BuilderPropertyEntry : System.Web.UI.PropertyEntry
type BuilderPropertyEntry = class
inherit PropertyEntry
Public MustInherit Class BuilderPropertyEntry
Inherits PropertyEntry
- Inheritance
- Derived
Remarks
The page parser uses property entry classes during parsing to represent expressions found within server control tags. ComplexPropertyEntry and TemplatePropertyEntry both derive from BuilderPropertyEntry to allow for the specifying of a control builder.
Properties
Builder |
Gets or sets the control builder for the property entry. |
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) |
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) |
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) |