Search Results for

    Show / Hide Table of Contents

    Class Vendor

    Inheritance
    System.Object
    Vendor
    Namespace: Crowdin.Api.Vendors
    Assembly: Crowdin.Api.dll
    Syntax
    public class Vendor : object

    Properties

    | Improve this Doc View Source

    Description

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

    Id

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

    Name

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

    Status

    Declaration
    public VendorStatus Status { get; set; }
    Property Value
    Type Description
    VendorStatus
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX