Class NodeInfoServices
NodeInfoServices contains the third party sites this server can connect to via their application API
Inheritance
System.Object
NodeInfoServices
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 NodeInfoServices
Properties
| Improve this Doc View SourceInbound
Declaration
public ICollection<string> Inbound { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<System.String> |
Outbound
Declaration
public ICollection<string> Outbound { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<System.String> |