Class PropertyDefinitionModel
Represents a model of a Property
Inheritance
Namespace: EPiServer.DataAbstraction.RuntimeModel
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class PropertyDefinitionModel : Object
Constructors
PropertyDefinitionModel()
Declaration
public PropertyDefinitionModel()
Properties
Attributes
Gets the attributes on the model.
Declaration
public ModelAttributeCollection Attributes { get; }
Property Value
Type | Description |
---|---|
Model |
AvailableInEditMode
Gets or sets the if the generated Display
Declaration
public Nullable<bool> AvailableInEditMode { get; set; }
Property Value
Type | Description |
---|---|
System. |
If Property |
Remarks
This value is extracted from System.
If the nullable does not have a value it means that the attribute was not set.
BackingType
Gets or sets the backing type which should inherit from Property
Declaration
public Type BackingType { get; set; }
Property Value
Type | Description |
---|---|
System. |
The type of the backing Property |
CultureSpecific
Gets or sets the if the generated Language
Declaration
public Nullable<bool> CultureSpecific { get; set; }
Property Value
Type | Description |
---|---|
System. |
If Property |
Remarks
This value is extracted from Culture
If the nullable does not have a value it means that the attribute was not set.
Description
Gets or sets the description for the generated Help
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System. |
The description. |
Remarks
This value is extracted from System.
DisplayName
Gets or sets the description for the generated Edit
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System. |
The display name. |
Remarks
This value is extracted from System.
EditorHint
Gets or sets editor hint that will be used when resolving render in EditMode
Declaration
public string EditorHint { get; set; }
Property Value
Type | Description |
---|---|
System. |
ExistingPropertyDefinition
Declaration
public PropertyDefinition ExistingPropertyDefinition { get; set; }
Property Value
Type | Description |
---|---|
Property |
Name
Gets or set the name of the property on the model.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System. |
The name. |
Order
Gets or sets the sort order for the generated Field
Declaration
public Nullable<int> Order { get; set; }
Property Value
Type | Description |
---|---|
System. |
The order. |
Remarks
This value is extracted from System.
If the nullable does not have a value it means that the attribute was not set.
Required
Gets or sets the if the generated Required should be set.
Declaration
public Nullable<bool> Required { get; set; }
Property Value
Type | Description |
---|---|
System. |
If Property |
Remarks
This value is extracted from System.
If the nullable does not have a value it means that the attribute was not set.
Searchable
Gets or sets the if the generated Searchable should be set.
Declaration
public Nullable<bool> Searchable { get; set; }
Property Value
Type | Description |
---|---|
System. |
If property instances of Property |
Remarks
This value is extracted from Searchable
If the nullable does not have a value it means that the attribute was not set.
State
Gets the state of the Model corresponding to the matching Property
Declaration
public SynchronizationStatus State { get; }
Property Value
Type | Description |
---|---|
Synchronization |
The state. |
TabName
Gets or sets the name of the Tab
Declaration
public string TabName { get; set; }
Property Value
Type | Description |
---|---|
System. |
The name of the tab. |
Remarks
This value is extracted from System.
TemplateHint
Gets or sets the template hint that will be used when resolving render.
Declaration
public string TemplateHint { get; set; }
Property Value
Type | Description |
---|---|
System. |
The template hint. |
Type
Gets or sets the type of the property on the model.
Declaration
public Type Type { get; set; }
Property Value
Type | Description |
---|---|
System. |
The type. |
Methods
IsInSynch(PropertyDefinition)
Determines whether the specified property definition is in synch with this instance.
Declaration
public virtual bool IsInSynch(PropertyDefinition propertyDefinition)
Parameters
Type | Name | Description |
---|---|---|
Property |
propertyDefinition | The property definition. |
Returns
Type | Description |
---|---|
System. |
|