C# Class AdvancedLauncher.SDK.Model.Web.AbstractServersProvider

Base IServersProvider implementation
Inheritance: CrossDomainObject, IServersProvider
Afficher le fichier Open project: GoldRenard/DMOAdvancedLauncher

Protected Properties

Свойство Type Description
ServerType Server.ServerType

Méthodes publiques

Méthode Description
AbstractServersProvider ( ) : System.Collections.Generic

Initializes a new AbstractServersProvider instance

AbstractServersProvider ( Server serverType ) : System.Collections.Generic

Initializes a new instance of AbstractServersProvider for specified Server.ServerType.

GetServerById ( long serverId ) : Server

Returns server by its id

Méthodes protégées

Méthode Description
CreateServerList ( ) : ReadOnlyCollection

Creates new read-only server collection for storing in ServerList.

Method Details

AbstractServersProvider() public méthode

Initializes a new AbstractServersProvider instance
public AbstractServersProvider ( ) : System.Collections.Generic
Résultat System.Collections.Generic

AbstractServersProvider() public méthode

Initializes a new instance of AbstractServersProvider for specified Server.ServerType.
public AbstractServersProvider ( Server serverType ) : System.Collections.Generic
serverType AdvancedLauncher.SDK.Model.Entity.Server Server type
Résultat System.Collections.Generic

CreateServerList() protected abstract méthode

Creates new read-only server collection for storing in ServerList.
protected abstract CreateServerList ( ) : ReadOnlyCollection
Résultat ReadOnlyCollection

GetServerById() public méthode

Returns server by its id
public GetServerById ( long serverId ) : Server
serverId long Server id
Résultat AdvancedLauncher.SDK.Model.Entity.Server

Property Details

ServerType protected_oe property

ServerType related with this instance
protected Server.ServerType ServerType
Résultat Server.ServerType