PropertyEntry 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.
Acts as the base class for all property entry classes.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class PropertyEntry abstract
public abstract class PropertyEntry
type PropertyEntry = class
Public MustInherit Class PropertyEntry
- Inheritance
-
PropertyEntry
- Derived
Remarks
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.
Properties
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. |
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) |