BuilderPropertyEntry 类

定义

用作需要控件生成器的所有属性项的基类。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
继承
BuilderPropertyEntry
派生

注解

页分析器在分析过程中使用属性项类来表示在服务器控件标记中找到的表达式。The page parser uses property entry classes during parsing to represent expressions found within server control tags. ComplexPropertyEntryTemplatePropertyEntry 都派生自 BuilderPropertyEntry 以允许指定控件生成器。ComplexPropertyEntry and TemplatePropertyEntry both derive from BuilderPropertyEntry to allow for the specifying of a control builder.

属性

Builder

获取或设置属性项的控件生成器。Gets or sets the control builder for the property entry.

DeclaringType

此 API 支持产品基础结构,不能在代码中直接使用。

获取声明此成员的类的类型。Gets the type of the class that declares this member.

(继承自 PropertyEntry)
Filter

此 API 支持产品基础结构,不能在代码中直接使用。

获取或设置与表达式的筛选器部分有关的值。Gets or sets the value pertaining to the filter portion of an expression.

(继承自 PropertyEntry)
Name

此 API 支持产品基础结构,不能在代码中直接使用。

获取或设置表达式所应用到的属性名称。Gets or sets the property name that the expression applies to.

(继承自 PropertyEntry)
PropertyInfo

此 API 支持产品基础结构,不能在代码中直接使用。

获取或设置一个对象,该对象包含表达式所应用到的属性的特性。Gets or sets an object containing attributes of the property the expression applies to.

(继承自 PropertyEntry)
Type

此 API 支持产品基础结构,不能在代码中直接使用。

获取或设置属性项的类型。Gets or sets the type of the entry.

(继承自 PropertyEntry)

方法

Equals(Object)

确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object.

(继承自 Object)
GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetType()

获取当前实例的 TypeGets the Type of the current instance.

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。Creates a shallow copy of the current Object.

(继承自 Object)
ToString()

返回表示当前对象的字符串。Returns a string that represents the current object.

(继承自 Object)

适用于