Search Results for

    Show / Hide Table of Contents

    Class PropertyDefinition

    Represents a property definition in the system

    Inheritance
    System.Object
    PropertyDefinition
    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 PropertyDefinition

    Constructors

    | Improve this Doc View Source

    PropertyDefinition()

    Initialize new property definition

    Declaration
    public PropertyDefinition()

    Properties

    | Improve this Doc View Source

    ContextId

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

    DefaultGridColumn

    Gets or sets the default grid column

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

    DefaultGridColumnSpan

    Gets or sets the default grid span id

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

    DefaultGridRow

    Gets or sets the default grid row

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

    DefaultGridRowSpan

    Gets or sets the default row span id

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

    DefaultTabId

    Gets or sets the default tab id

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

    DisplayName

    Gets the displayname for the property

    Declaration
    public string DisplayName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Editor

    Gets or sets the configuration of the article property editor

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

    EditorId

    Gets or sets the editor guid

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

    Id

    Gets or sets the unique id

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

    IsDefaultAttribute

    Gets or sets whether the attribute is a default group

    Declaration
    public bool IsDefaultAttribute { get; set; }
    Property Value
    Type Description
    System.Boolean
    | 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

    NameId

    Gets or sets the name id

    Declaration
    public Guid NameId { 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