Search Results for

    Show / Hide Table of Contents

    Class EditTeamOption

    EditTeamOption options for editing a team

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

    Properties

    | Improve this Doc View Source

    Can_create_org_repo

    Declaration
    public bool? Can_create_org_repo { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Description

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

    Includes_all_repositories

    Declaration
    public bool? Includes_all_repositories { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Name

    Declaration
    [Required(AllowEmptyStrings = true)]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Permission

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

    Units

    Declaration
    public ICollection<string> Units { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<System.String>
    | Improve this Doc View Source

    Units_map

    Declaration
    public IDictionary<string, string> Units_map { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.String>
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH