Search Results for

    Show / Hide Table of Contents

    Class EnqueueModel

    Enqueue model

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

    Properties

    | Improve this Doc View Source

    ActionType

    Gets or sets the type

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

    DataId

    Gets or sets the data id

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

    DataType

    Gets or sets the data type

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

    Payload

    Gets or sets the payload

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