SettingsStorageClient Class |
Namespace: ER.SDK
The SettingsStorageClient type exposes the following members.
Name | Description | |
---|---|---|
![]() | SettingsStorageClient | Initializes a new instance of the SettingsStorageClient class |
![]() | SettingsStorageClient(String) | Initializes a new instance of the SettingsStorageClient class |
![]() | SettingsStorageClient(Binding, EndpointAddress) | Initializes a new instance of the SettingsStorageClient class |
![]() | SettingsStorageClient(String, EndpointAddress) | Initializes a new instance of the SettingsStorageClient class |
![]() | SettingsStorageClient(String, String) | Initializes a new instance of the SettingsStorageClient class |
Name | Description | |
---|---|---|
![]() | AddRule |
Uploads (adds) a rule for the selected tenant to the service.
|
![]() | DeleteRule |
Deletes the selected rule from the service.
|
![]() | DownloadAdvancedSettings |
Downloads the advanced settings. The advanced settings are common for all tenants.
|
![]() | DownloadRule |
Downloads the chosen rule for the selected tenant from the service.
|
![]() | DownloadRules |
Downloads all rules for the selected tenant.
|
![]() | Echo |
Returns data passed to the strData parameter, if this parameter contains the client version which is compatible with the server version.
If the client version is not compatible with the server version, then FaultException is thrown.
This method is useful for checking if the service is running.
|
![]() | EditRule |
Updates the selected rule for the selected tenant.
|
![]() | UploadAdvancedSettings |
Uploads the advanced settings. The advanced settings are common for all tenants
|
![]() | UploadChanges |
Uploads changes from the client to the service. This is the preferred method of uploading changes in multiple rules. All changes
in a snapshot are uploaded to the service in one transition.
|