Class DynamicHostInfo
Inheritance
System.Object
DynamicHostInfo
Implements
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: Azos.Sky.Contracts
Assembly: Azos.Sky.dll
Syntax
[Serializable]
public sealed class DynamicHostInfo : INamed
Constructors
DynamicHostInfo(String)
Declaration
public DynamicHostInfo(string id)
Parameters
Type | Name | Description |
---|---|---|
System.String | id |
Properties
Host
Declaration
public string Host { get; }
Property Value
Type | Description |
---|---|
System.String |
ID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
Owner
Declaration
public string Owner { get; }
Property Value
Type | Description |
---|---|
System.String |
Stamp
Declaration
public DateTime Stamp { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
Explicit Interface Implementations
INamed.Name
Declaration
string INamed.Name { get; }
Returns
Type | Description |
---|---|
System.String |