Class PropertyDefinition
Represents a property definition in the system
Inheritance
System.Object
PropertyDefinition
Namespace: Simplic.Framework.Extension.UI
Assembly: Simplic.Framework.Extension.dll
Syntax
public class PropertyDefinition : object
Constructors
| Improve this Doc View SourcePropertyDefinition()
Initialize new property definition
Declaration
public PropertyDefinition()
Properties
| Improve this Doc View SourceContextId
Declaration
public Guid ContextId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
DefaultGridColumn
Gets or sets the default grid column
Declaration
public int DefaultGridColumn { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
DefaultGridColumnSpan
Gets or sets the default grid span id
Declaration
public int DefaultGridColumnSpan { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
DefaultGridRow
Gets or sets the default grid row
Declaration
public int DefaultGridRow { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
DefaultGridRowSpan
Gets or sets the default row span id
Declaration
public int DefaultGridRowSpan { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
DefaultTabId
Gets or sets the default tab id
Declaration
public Guid DefaultTabId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
DisplayName
Gets the displayname for the property
Declaration
public string DisplayName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Editor
Gets or sets the configuration of the article property editor
Declaration
public PropertyEditorConfiguration Editor { get; set; }
Property Value
| Type | Description |
|---|---|
| PropertyEditorConfiguration |
EditorId
Gets or sets the editor guid
Declaration
public Guid EditorId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Id
Gets or sets the unique id
Declaration
public Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
IsDefaultAttribute
Gets or sets whether the attribute is a default group
Declaration
public bool IsDefaultAttribute { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
LabelPosition
Gets or sets the current label position
Declaration
public LabelPosition LabelPosition { get; set; }
Property Value
| Type | Description |
|---|---|
| LabelPosition |
NameId
Gets or sets the name id
Declaration
public Guid NameId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |