Search Results for

    Show / Hide Table of Contents

    Class Tag

    Inheritance
    System.Object
    Tag
    Namespace: Crowdin.Api.Screenshots
    Assembly: Crowdin.Api.dll
    Syntax
    public class Tag : object

    Properties

    | Improve this Doc View Source

    CreatedAt

    Declaration
    public DateTimeOffset CreatedAt { get; set; }
    Property Value
    Type Description
    DateTimeOffset
    | Improve this Doc View Source

    Id

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

    Position

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

    ScreenshotId

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

    StringId

    Declaration
    public int StringId { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX