Search Results for

    Show / Hide Table of Contents

    Class ItemBox

    Model of an ItemBox

    Inheritance
    System.Object
    ItemBox
    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.Studio
    Assembly: Simplic.Studio.dll
    Syntax
    public class ItemBox

    Properties

    | Improve this Doc View Source

    Description

    Gets or sets the Description

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

    ExportId

    Gets or sets the ExportId

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

    Ident

    Gets or sets the Ident

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

    IsGridBasedItemBox

    Gets or sets the IsGridBasedItemBox

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

    ItemBoxProfiles

    Gets or sets the ItemBoxProfiles

    Declaration
    public StatefulCollection<ItemBoxProfile> ItemBoxProfiles { get; set; }
    Property Value
    Type Description
    StatefulCollection<ItemBoxProfile>
    | Improve this Doc View Source

    Name

    Gets or sets the Name

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

    Title

    Gets or sets the Title

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx