TemplatePropertyEntry Class

Definition

Enables property entry for ITemplate class properties.

public ref class TemplatePropertyEntry : System::Web::UI::BuilderPropertyEntry
public class TemplatePropertyEntry : System.Web.UI.BuilderPropertyEntry
type TemplatePropertyEntry = class
    inherit BuilderPropertyEntry
Public Class TemplatePropertyEntry
Inherits BuilderPropertyEntry
Inheritance
TemplatePropertyEntry

Remarks

The TemplatePropertyEntry class is used during page parsing.

Properties

BindableTemplate

Gets a value indicating if the ITemplate property can have data bound to it.

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)
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)

Applies to

See also