Class ImportInstanceDataInformation
Import information for settings instance data
Inheritance
System.Object
ImportInstanceDataInformation
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 ImportInstanceDataInformation
Properties
| Improve this Doc View SourceHash
Hash of the instance data. SAH256 of all imported rows, soerted alphabetic
Declaration
public string Hash { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InstanceDataGuid
ID of the instance data (Guid-Row)
Declaration
public Guid InstanceDataGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |