Search Results for

    Show / Hide Table of Contents

    Class ItemBoxConfiguration

    Configuration which stores itembox and profiles

    Inheritance
    System.Object
    ItemBoxConfiguration
    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.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class ItemBoxConfiguration

    Constructors

    | Improve this Doc View Source

    ItemBoxConfiguration(Info_ItemBox, IList<Info_ItemBoxProfiles>)

    Create configuration objects

    Declaration
    public ItemBoxConfiguration(Info_ItemBox itemBox, IList<Info_ItemBoxProfiles> profiles)
    Parameters
    Type Name Description
    Info_ItemBox itemBox

    Instance of ItemBox configuration

    System.Collections.Generic.IList<Info_ItemBoxProfiles> profiles

    List of ItemBox profile configuration

    Properties

    | Improve this Doc View Source

    ItemBox

    ItemBox information

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

    Profiles

    Profiles information

    Declaration
    public IList<Info_ItemBoxProfiles> Profiles { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<Info_ItemBoxProfiles>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx