DataServer Class
Namespace: PTS.Modules.Instances.Domain
Assembly: PTS.Modules.Instances.dll
Syntax
public class DataServer : IOwnedRecord
Inheritance
System.Object
DataServer
Implements
Properties
Host
Declaration
public string Host { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
OwnerId
Declaration
public long OwnerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Password
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Platform
Declaration
public DataServerPlatform Platform { get; set; }
Property Value
Type | Description |
---|---|
DataServerPlatform |
Port
Declaration
public int Port { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Schema
Declaration
public string Schema { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Status
Declaration
public DataServerStatus Status { get; set; }
Property Value
Type | Description |
---|---|
DataServerStatus |
Username
Declaration
public string Username { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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()