Class HostScriptObject
Inheritance
System.Object
HostScriptObject
Namespace: Wavefire.Nexus.ScriptObjects
Assembly: Wavefire.Nexus.dll
Syntax
public class HostScriptObject
Constructors
HostScriptObject()
Initializes a new instance of the System.Object class.
Declaration
public HostScriptObject()
HostScriptObject(Host, NexusDb)
Initializes a new instance of the System.Object class.
Declaration
public HostScriptObject(Host host, NexusDb db)
Parameters
Type | Name | Description |
---|---|---|
Wavefire.Nexus.Ef.Host | host | |
Wavefire.Nexus.Ef.NexusDb | db |
Properties
IpAddress
Declaration
public string IpAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Uid
Declaration
public Guid Uid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |