Search Results for

    Show / Hide Table of Contents

    Class CreatePushMirrorOption

    Inheritance
    System.Object
    CreatePushMirrorOption
    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 CreatePushMirrorOption

    Properties

    | Improve this Doc View Source

    Interval

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

    Remote_address

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

    Remote_password

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

    Remote_username

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

    Sync_on_commit

    Declaration
    public bool? Sync_on_commit { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH