Search Results for

    Show / Hide Table of Contents

    Class BranchMergeSummary.DetailsData

    Inheritance
    System.Object
    BranchMergeSummary.DetailsData
    Namespace: Crowdin.Api.Branches
    Assembly: Crowdin.Api.dll
    Syntax
    public class DetailsData : object

    Properties

    | Improve this Doc View Source

    Added

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

    Conflicted

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

    Deleted

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

    Updated

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