C# Class CHAOS.Portal.Client.MCM.Extensions.ObjectTypeExtension
Afficher le fichier
Open project: CHAOS-Community/CHAOS.Portal.Client-.NET
Méthodes publiques
Méthode |
Description |
|
Delete ( uint id ) : IServiceCallState> |
|
|
Get ( ) : IServiceCallState> |
|
|
Set ( string name, uint id ) : IServiceCallState> |
|
|
Method Details
public Delete ( uint id ) : IServiceCallState> |
id |
uint |
|
Résultat |
IServiceCallState> |
|
public Get ( ) : IServiceCallState> |
Résultat |
IServiceCallState> |
|
public Set ( string name, uint id ) : IServiceCallState> |
name |
string |
|
id |
uint |
|
Résultat |
IServiceCallState> |
|