Class Server
Inheritance
System.Object
Server
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Asgard3.Core.Database
Assembly: Asgard3.Core.dll
Syntax
public class Server
Constructors
| Improve this Doc View SourceServer()
Declaration
public Server()
Server(String, String, String, String, String)
Declaration
public Server(string hostname, string serverip, string legacytag, string war3tag, string source)
Parameters
Type | Name | Description |
---|---|---|
System.String | hostname | |
System.String | serverip | |
System.String | legacytag | |
System.String | war3tag | |
System.String | source |
Server(String, String, String, String, String, String, String)
Declaration
public Server(string hostname, string serverip, string legacytag, string war3tag, string serverType, string serverLabel, string source)
Parameters
Type | Name | Description |
---|---|---|
System.String | hostname | |
System.String | serverip | |
System.String | legacytag | |
System.String | war3tag | |
System.String | serverType | |
System.String | serverLabel | |
System.String | source |
Properties
| Improve this Doc View SourceHostName
Declaration
public string HostName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LegacyTag
Declaration
public string LegacyTag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ServerIP
Declaration
public string ServerIP { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ServerLabel
Declaration
public string ServerLabel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ServerType
Declaration
public string ServerType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Source
Declaration
public string Source { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WAR3Tag
Declaration
public string WAR3Tag { get; set; }
Property Value
Type | Description |
---|---|
System.String |