Search Results for

    Show / Hide Table of Contents

    Class NodeInfo

    NodeInfo contains standardized way of exposing metadata about a server running one of the distributed social networks

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

    Properties

    | Improve this Doc View Source

    Metadata

    Declaration
    public object Metadata { get; set; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    OpenRegistrations

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

    Protocols

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

    Services

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

    Software

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

    Usage

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

    Version

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