Search Results for

    Show / Hide Table of Contents

    Class Barcode_ValidationSource

    Inheritance
    System.Object
    Barcode_ValidationSource
    Namespace: Simplic.Framework.EF
    Assembly: Simplic.Framework.EF.dll
    Syntax
    public class Barcode_ValidationSource : Locking.ILockable

    Constructors

    | Improve this Doc View Source

    Barcode_ValidationSource()

    Declaration
    public Barcode_ValidationSource()

    Properties

    | Improve this Doc View Source

    Barcode_SplittedDocument_Bacode_ValidationSource

    Gets or sets the collection of barcode splitted document

    Declaration
    public virtual ICollection<Barcode_SplittedDocument> Barcode_SplittedDocument_Bacode_ValidationSource { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<Barcode_SplittedDocument>
    | Improve this Doc View Source

    ClientId

    Gets or sets the client id

    Declaration
    public int? ClientId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    ESS_DC_BASE_DBConnection

    Gets or sets the ess dc base db connection

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

    Id

    Gets or sets the id

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

    PythonClass

    Gets or sets the python class

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

    PythonPath

    Gets or sets the python path

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

    Statement

    Gets or sets the statement

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

    Type

    Gets or sets the type

    Declaration
    public ValidationType Type { get; set; }
    Property Value
    Type Description
    ValidationType

    Methods

    | Improve this Doc View Source

    GetPersistantKey()

    Declaration
    public Guid GetPersistantKey()
    Returns
    Type Description
    System.Guid
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx