Метод | Описание | |
---|---|---|
Deserialize ( |
Deserializes the specified section.
|
|
GetService ( ServiceIdentification id ) : |
Gets the service.
|
|
HasService ( ServiceIdentification id ) : bool |
Determines whether it has service.
|
|
RegisterService ( ServiceIdentification id, |
Registers the service.
|
|
RegisterService ( |
Registers the service.
|
|
ServiceEntryCollection ( ) : System |
Initializes a new instance of the ServiceEntryCollection class.
|
Метод | Описание | |
---|---|---|
ToInterface ( ServiceIdentification id ) : |
public Deserialize ( |
||
section | The section. | |
Результат | void |
public GetService ( ServiceIdentification id ) : |
||
id | ServiceIdentification | The id. |
Результат |
public HasService ( ServiceIdentification id ) : bool | ||
id | ServiceIdentification | The id. |
Результат | bool |
public RegisterService ( ServiceIdentification id, |
||
id | ServiceIdentification | The id. |
service | The service. | |
Результат | void |
public RegisterService ( |
||
inter | The inter. | |
service | The service. | |
Результат | void |
public ServiceEntryCollection ( ) : System | ||
Результат | System |