Search Results for

    Show / Hide Table of Contents

    Class PropertyAssignmentViewModel

    Viewmodel for editing property assignments

    Inheritance
    System.Object
    ExtendableViewModel
    PropertyAssignmentViewModel
    Implements
    IPyExtendableViewModel
    Inherited Members
    ExtendableViewModel.CustomPropertyGetter(String, Object, PropertyInfo)
    ExtendableViewModel.CustomPropertySetter(String, Object, Object, PropertyInfo)
    ExtendableViewModel.PyHook
    Namespace: Simplic.Framework.Extension.UI
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class PropertyAssignmentViewModel : ExtendableViewModel, IPyExtendableViewModel

    Constructors

    | Improve this Doc View Source

    PropertyAssignmentViewModel(PropertyAssignment)

    Initialize new assignment viewmodel

    Declaration
    public PropertyAssignmentViewModel(PropertyAssignment model)
    Parameters
    Type Name Description
    PropertyAssignment model

    Assignment instance

    Properties

    | Improve this Doc View Source

    GridColumn

    Gets or sehts the column row on the tab

    Declaration
    public int GridColumn { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    GridColumnSpan

    Gets or sets the span of the property (column)

    Declaration
    public int GridColumnSpan { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    GridRow

    Gets or sets the grid row on the tab

    Declaration
    public int GridRow { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    GridRowSpan

    Gets or sets the span of the property (row)

    Declaration
    public int GridRowSpan { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    LabelPosition

    Gets or sets the span of the property (row)

    Declaration
    public LabelPosition LabelPosition { get; set; }
    Property Value
    Type Description
    LabelPosition
    | Improve this Doc View Source

    LabelPositions

    Gets all available position labels

    Declaration
    public IList<LabelPositionViewModel> LabelPositions { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<LabelPositionViewModel>
    | Improve this Doc View Source

    Model

    Gets the model behind the assignment

    Declaration
    public PropertyAssignment Model { get; }
    Property Value
    Type Description
    PropertyAssignment
    | Improve this Doc View Source

    PropertyDefinitionId

    Gets or sets the id of the connection article property

    Declaration
    public Guid PropertyDefinitionId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    TabId

    Gets or sets the tab on which the property will appear

    Declaration
    public Guid TabId { get; set; }
    Property Value
    Type Description
    System.Guid

    Implements

    IPyExtendableViewModel
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx