Class PropertyAssignment
Represents an assignment between a group and an property
Inheritance
System.Object
PropertyAssignment
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.Extension.UI
Assembly: Simplic.Framework.Extension.dll
Syntax
public class PropertyAssignment
Constructors
| Improve this Doc View SourcePropertyAssignment()
Initialize new article group
Declaration
public PropertyAssignment()
Properties
| Improve this Doc View SourceGridColumn
Gets or sehts the column row on the tab
Declaration
public int GridColumn { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
GridColumnSpan
Gets or sets the span of the property (column)
Declaration
public int GridColumnSpan { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
GridRow
Gets or sets the grid row on the tab
Declaration
public int GridRow { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
GridRowSpan
Gets or sets the span of the property (row)
Declaration
public int GridRowSpan { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
GroupId
Declaration
public Guid GroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Id
Gets or sets the unique id of the property assignment
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
LabelPosition
Gets or sets the current label position
Declaration
public LabelPosition LabelPosition { get; set; }
Property Value
Type | Description |
---|---|
LabelPosition |
PropertyDefinition
Gets or sets the article property definition
Declaration
public PropertyDefinition PropertyDefinition { get; set; }
Property Value
Type | Description |
---|---|
PropertyDefinition |
PropertyDefinitionId
Gets or sets the id of the connection article property
Declaration
public Guid PropertyDefinitionId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TabId
Gets or sets the tab on which the property will appear
Declaration
public Guid TabId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |