Search Results for

    Show / Hide Table of Contents

    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 Source

    PropertyAssignment()

    Initialize new article group

    Declaration
    public PropertyAssignment()

    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

    GroupId

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

    Id

    Gets or sets the unique id of the property assignment

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

    LabelPosition

    Gets or sets the current label position

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

    PropertyDefinition

    Gets or sets the article property definition

    Declaration
    public PropertyDefinition PropertyDefinition { get; set; }
    Property Value
    Type Description
    PropertyDefinition
    | 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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx