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