Search Results for

    Show / Hide Table of Contents

    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 Source

    Hash

    Hash of the instance data. SAH256 of all imported rows, soerted alphabetic

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

    InstanceDataGuid

    ID of the instance data (Guid-Row)

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