Search Results for

    Show / Hide Table of Contents

    Class ItemBoxProfile

    Model of an ItemBoxProfile

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

    Properties

    | Improve this Doc View Source

    DefaultSearchString

    Gets or sets the DefaultSearchString. Default value = %

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

    DisplayName

    Gets or sets the DisplayName

    Declaration
    public string DisplayName { get; set; }
    Property Value
    Type Description
    System.String
    | 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

    IsActive

    Gets or sets the IsActive. Default value = 1 -> Active

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

    ItemBoxIdent

    Gets or sets the ItemBoxIdent

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

    OrderId

    Gets or sets the OrderId

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

    Regex

    Gets or sets the Regex

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

    SelectStatement

    Gets or sets the SelectStatement. Default value = @New

    Declaration
    public string SelectStatement { 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