Search Results for

    Show / Hide Table of Contents

    Class NodeInfoSoftware

    NodeInfoSoftware contains Metadata about server software in use

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

    Properties

    | Improve this Doc View Source

    Homepage

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

    Name

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

    Repository

    Declaration
    public string Repository { get; set; }
    Property Value
    Type Description
    System.String
    | 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