| ICodeManager Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Customer
The ICodeManager type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| String | GetCustomerCodeName(CodeType) |
Retrieves the name for a specific customer code type
| |
| IDictionaryTKey, TValue, T: CodeType | GetCustomerCodeNames |
Retrieves the names for the customer codes
| |
| String | GetSubscriptionCodeName(SubscriptionCodeType) |
Retrieve the name for a specific subscription code type
| |
| IDictionaryTKey, TValue, T: SubscriptionCodeType | GetSubscriptionCodeNames |
Retrieves the names for subscription codes
| |
| void | SetCustomerCodeName(CodeType, String) |
Sets the name for a specific customer code type
| |
| void | SetSubscriptionCodeName(SubscriptionCodeType, String) |
Sets the name for a specific subscription code type
|