Search Results for

    Show / Hide Table of Contents

    Class InstanceDataExportValidation

    Validation object

    Inheritance
    System.Object
    InstanceDataExportValidation
    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 InstanceDataExportValidation

    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

    Export

    Determine wether the instance data will be exported

    Declaration
    public bool Export { get; set; }
    Property Value
    Type Description
    System.Boolean
    | 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
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx