SimplePropertyEntry Class

Definition

Represents the definition of the control property and its value.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class SimplePropertyEntry : System::Web::UI::PropertyEntry
public class SimplePropertyEntry : System.Web.UI.PropertyEntry
type SimplePropertyEntry = class
    inherit PropertyEntry
Public Class SimplePropertyEntry
Inherits PropertyEntry
Inheritance
SimplePropertyEntry

Remarks

The SimplePropertyEntry class represents simple properties or those properties that are not collections. The ComplexPropertyEntry class represents complex types such as collections.

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.

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

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the formatted string representation of the property entry.

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

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 SetAttribute(String, String) method should be called for the property during code creation.

Value

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the value of the property 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)

Applies to