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 SourceAction
Export action
Declaration
public InstanceDataExportAction Action { get; set; }
Property Value
Type | Description |
---|---|
InstanceDataExportAction |
Destination
Destination
Declaration
public int Destination { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
InstanceDataGuid
Instance data Guid
Declaration
public Guid InstanceDataGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
StackGuid
Stack guid
Declaration
public Guid StackGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Tenant
Gets or sets the used tenant
Declaration
public Tenant Tenant { get; set; }
Property Value
Type | Description |
---|---|
Tenant |