Search Results for

    Show / Hide Table of Contents

    Class TransformationResultResponse

    Inheritance
    System.Object
    TransformationResultResponse
    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.Cloud.API.DataPort
    Assembly: Simplic.Cloud.API.DataPort.dll
    Syntax
    public class TransformationResultResponse

    Properties

    | Improve this Doc View Source

    Guid

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

    OrganizationId

    Declaration
    public Guid OrganizationId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    OriginalContent

    Declaration
    public byte[] OriginalContent { get; set; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    ProcessedContent

    Declaration
    public byte[] ProcessedContent { get; set; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    ProcessedTime

    Declaration
    public DateTime ProcessedTime { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    ResultMessage

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

    Status

    Declaration
    public int Status { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    TransformerId

    Declaration
    public Guid TransformerId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    UploadTime

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