Search Results for

    Show / Hide Table of Contents

    Class RevisionResource.InfoContainer

    Inheritance
    System.Object
    RevisionResource.InfoContainer
    Namespace: Crowdin.Api.SourceFiles
    Assembly: Crowdin.Api.dll
    Syntax
    public class InfoContainer : object

    Properties

    | Improve this Doc View Source

    Added

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

    Deleted

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

    Updated

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