Search Results for

    Show / Hide Table of Contents

    Class InstanceData_Interface

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

    Constructors

    | Improve this Doc View Source

    InstanceData_Interface()

    Declaration
    public InstanceData_Interface()

    Properties

    | Improve this Doc View Source

    ExportId

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

    Guid

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

    Ident

    Eindeutige ID der Quelle

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

    InternName

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

    MndIdent

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

    SourceName

    Name der Quelle

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

    StackGuid

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

    TenantId

    Declaration
    public Guid TenantId { get; set; }
    Property Value
    Type Description
    System.Guid

    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