Class PropertyAssignmentViewModel
Viewmodel for editing property assignments
Implements
Inherited Members
Namespace: Simplic.Framework.Extension.UI
Assembly: Simplic.Framework.Extension.dll
Syntax
public class PropertyAssignmentViewModel : ExtendableViewModel, IPyExtendableViewModel
Constructors
| Improve this Doc View SourcePropertyAssignmentViewModel(PropertyAssignment)
Initialize new assignment viewmodel
Declaration
public PropertyAssignmentViewModel(PropertyAssignment model)
Parameters
Type | Name | Description |
---|---|---|
PropertyAssignment | model | Assignment instance |
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 |
LabelPosition
Gets or sets the span of the property (row)
Declaration
public LabelPosition LabelPosition { get; set; }
Property Value
Type | Description |
---|---|
LabelPosition |
LabelPositions
Gets all available position labels
Declaration
public IList<LabelPositionViewModel> LabelPositions { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<LabelPositionViewModel> |
Model
Gets the model behind the assignment
Declaration
public PropertyAssignment Model { get; }
Property Value
Type | Description |
---|---|
PropertyAssignment |
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 |