C# Class AdvancedLauncher.SDK.Model.Entity.Server

Server entity
Inheritance: BaseEntity
Show file Open project: GoldRenard/DMOAdvancedLauncher Class Usage Examples

Private Properties

Property Type Description
Server System.Collections.Generic

Public Methods

Method Description
Server ( Server server ) : System.Collections.Generic

Initializes a new Server based on another

ToString ( ) : string

Returns string representation of this object

Private Methods

Method Description
Server ( ) : System.Collections.Generic

Method Details

Server() public method

Initializes a new Server based on another
public Server ( Server server ) : System.Collections.Generic
server Server Source
return System.Collections.Generic

ToString() public method

Returns string representation of this object
public ToString ( ) : string
return string