Search Results for

    Show / Hide Table of Contents

    Class InstanceDataExportObject

    Export information object

    Inheritance
    System.Object
    InstanceDataExportObject
    Namespace: Simplic.Framework.Extension
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class InstanceDataExportObject : object

    Properties

    | Improve this Doc View Source

    Action

    Export action

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

    Destination

    Destination

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

    InstanceDataGuid

    Instance data Guid

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

    StackGuid

    Stack guid

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

    Tenant

    Gets or sets the used tenant

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