Свойство | Type | Description | |
---|---|---|---|
jsonSerializer | System.Web.Script.Serialization.JavaScriptSerializer |
Méthode | Description | |
---|---|---|
HaproxyCommandBase ( ModuleService service, ResourceDescription resource, ModuleService newServiceSettings, ModuleCommandType commandType, int listDepth ) : System |
Méthode | Description | |
---|---|---|
ExecuteAdd ( ModuleService moduleService ) : void | ||
ExecuteModify ( ModuleService oldService, Base service ) : void | ||
ExecuteRemove ( ModuleService moduleService ) : void | ||
GetPostData ( ModuleService service ) : string>.Dictionary |
||
GetResourceURL ( ModuleService moduleService ) : string | ||
REST_Execute_DELETE ( string uri ) : void | ||
REST_Execute_GET ( string uri ) : string | ||
REST_Execute_POST ( string uri, string>.Dictionary |
||
REST_Execute_PUT ( string uri, string>.Dictionary |
||
ValidateService ( ModuleService moduleService ) : void |
Méthode | Description | |
---|---|---|
REST_Execute_WithPostData ( string uri, string method, string>.Dictionary |
||
REST_Execute_WithPostData_JSON ( string uri, string method, string>.Dictionary |
||
REST_GetClient ( string uri ) : |
protected ExecuteAdd ( ModuleService moduleService ) : void | ||
moduleService | ModuleService | |
Résultat | void |
protected ExecuteModify ( ModuleService oldService, Base service ) : void | ||
oldService | ModuleService | |
service | Base | |
Résultat | void |
protected ExecuteRemove ( ModuleService moduleService ) : void | ||
moduleService | ModuleService | |
Résultat | void |
protected GetPostData ( ModuleService service ) : string>.Dictionary |
||
service | ModuleService | |
Résultat | string>.Dictionary |
protected abstract GetResourceURL ( ModuleService moduleService ) : string | ||
moduleService | ModuleService | |
Résultat | string |
public HaproxyCommandBase ( ModuleService service, ResourceDescription resource, ModuleService newServiceSettings, ModuleCommandType commandType, int listDepth ) : System | ||
service | ModuleService | |
resource | ResourceDescription | |
newServiceSettings | ModuleService | |
commandType | ModuleCommandType | |
listDepth | int | |
Résultat | System |
protected REST_Execute_DELETE ( string uri ) : void | ||
uri | string | |
Résultat | void |
protected REST_Execute_GET ( string uri ) : string | ||
uri | string | |
Résultat | string |
protected REST_Execute_POST ( string uri, string>.Dictionary |
||
uri | string | |
postdata | string>.Dictionary | |
Résultat | string>.Dictionary |
protected REST_Execute_PUT ( string uri, string>.Dictionary |
||
uri | string | |
postdata | string>.Dictionary | |
Résultat | void |
protected ValidateService ( ModuleService moduleService ) : void | ||
moduleService | ModuleService | |
Résultat | void |