DisplayProperty Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Describes a substitution Property of a DisplayTemplate.
The DisplayProperty type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DisplayProperty | Initializes a new instance of the DisplayProperty class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
DefaultValue | Gets or sets the default value if the substitution value for the DisplayProperty is not entered or found. |
![]() |
Encoding | Gets or sets the kind of encoding to use for this DisplayProperty object. |
![]() |
Id | Gets the Id of the DisplayProperty object. |
![]() |
IsRequired | Gets or sets the value indicating if this is a required field. |
![]() |
Label | Gets or sets the label to use for a field in the UI. |
![]() |
Name | Gets or sets the name of the current DisplayProperty object. |
![]() |
Order | Gets or sets the order that this field should appear in UI relative to other fields. |
![]() |
Source | Gets or sets the source for the value to substitute in at run time. |
![]() |
TemplateName | Gets the name of the DisplayTemplate to which the current instance belongs. |
![]() |
Type | Gets or sets the type of the DisplayProperty object. |
Top