Search Results for

    Show / Hide Table of Contents

    Class WorkflowStep

    Inheritance
    object
    WorkflowStep
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.Workflows
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class WorkflowStep

    Properties

    | Edit this page View Source

    Config

    Declaration
    [JsonProperty("config")]
    public object Config { get; set; }
    Property Value
    Type Description
    object
    | Edit this page View Source

    Id

    Declaration
    [JsonProperty("id")]
    public long Id { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Languages

    Declaration
    [JsonProperty("languages")]
    public string[] Languages { get; set; }
    Property Value
    Type Description
    string[]
    | Edit this page View Source

    Title

    Declaration
    [JsonProperty("title")]
    public string Title { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Type

    Declaration
    [JsonProperty("type")]
    public WorkflowStepType Type { get; set; }
    Property Value
    Type Description
    WorkflowStepType
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX