Search Results for

    Show / Hide Table of Contents

    Class ChangedFile

    ChangedFile store information about files affected by the pull request

    Inheritance
    System.Object
    ChangedFile
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Dangl.GiteaOrgManager.Client
    Assembly: Dangl.GiteaOrgManager.dll
    Syntax
    public class ChangedFile

    Properties

    | Improve this Doc View Source

    Additions

    Declaration
    public long? Additions { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    Changes

    Declaration
    public long? Changes { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    Contents_url

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

    Deletions

    Declaration
    public long? Deletions { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    Filename

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

    Html_url

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

    Previous_filename

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

    Raw_url

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

    Status

    Declaration
    public string Status { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH