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 SourceMetadata
Declaration
public object Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
OpenRegistrations
Declaration
public bool? OpenRegistrations { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Protocols
Declaration
public ICollection<string> Protocols { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<System.String> |
Services
Declaration
public NodeInfoServices Services { get; set; }
Property Value
| Type | Description |
|---|---|
| NodeInfoServices |
Software
Declaration
public NodeInfoSoftware Software { get; set; }
Property Value
| Type | Description |
|---|---|
| NodeInfoSoftware |
Usage
Declaration
public NodeInfoUsage Usage { get; set; }
Property Value
| Type | Description |
|---|---|
| NodeInfoUsage |
Version
Declaration
public string Version { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |