Search Results for

    Show / Hide Table of Contents

    Class InstanceDataExportObject

    Export information object

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

    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
    System.Guid
    | Improve this Doc View Source

    StackGuid

    Stack guid

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