CoreApiProxy Class |
Namespace: Atomia.Billing.Core.Sdk.ServiceProxies
The CoreApiProxy type exposes the following members.
| Name | Description | |
|---|---|---|
| CoreApiProxy | Initializes a new instance of the CoreApiProxy class |
| Name | Description | |
|---|---|---|
| AddAccount |
Adds the account.
| |
| AddAccountAsync |
Adds the account async.
| |
| AddPackageExtensionForAccount |
Adds the package extension for account.
| |
| AddPackageForAccount |
Adds the package for account.
| |
| AddPackageForAccountAsync |
Adds the package for account async.
| |
| AddService |
Adds the service.
| |
| AddServiceAsync |
Adds the service async.
| |
| AddServiceAsyncStart |
Adds the service async start.
| |
| BeginProvisioningRequest |
Begins the provisioning request.
| |
| BindServiceToAccount |
Binds the service to account.
| |
| CallOperation |
Calls the operation.
| |
| CallOperationAsync |
Calls the operation async.
| |
| CancelProvisioningRequest |
Cancels the provisioning request.
| |
| ChangePackage |
Changes the package.
| |
| ChangePackageWithArguments |
Changes the given package to new package, name of which is defined in newPackageName. Throws exception if package change fails.
| |
| CreateService |
Creates the service.
| |
| DeleteAccount |
Deletes the account.
| |
| DeletePackageExtensionForAccount |
Deletes the package extension for account.
| |
| DeletePackageExtensionForAccountAsync |
Deletes the package extension for account async.
| |
| DeletePackageForAccount |
Deletes the package for account.
| |
| DeletePackageForAccountAsync |
Deletes the package for account async.
| |
| DeleteService |
Deletes the service.
| |
| DeleteServiceAsync |
Deletes the service async.
| |
| DisablePackage |
Disables the package.
| |
| DisablePackageAsync |
Disables the package async.
| |
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| Echo |
Echoes the specified message.
| |
| EnablePackage |
Enables the package.
| |
| EnablePackageAsync |
Enables the package async.
| |
| EndProvisioningRequest |
Ends the provisioning request.
| |
| EndProvisioningRequestAsync |
Ends the provisioning request async.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FindNumberOfServicesByPath |
Finds the number of services by path.
| |
| FindServicesByNamesForAccount |
Finds the services by names for account.
| |
| FindServicesByNamesForAccountWithDepth |
Finds all services with specfied names in one account
| |
| FindServicesByPath |
Finds the services by path.
| |
| FindServicesByPathWithDepth |
Finds the services using given paths.
| |
| FindServicesByPathWithPaging |
Finds the services by path with paging.
| |
| FindServicesByPathWithPagingAndDepth |
Finds the services by given paths with paging support.
| |
| GetAccount |
Gets the account.
| |
| GetChildServiceLimitCount |
Gets the child service limit count.
| |
| GetDirectProvisioningServiceById |
Gets the direct provisioning service by id.
| |
| GetGlobalAddingPossibilities |
Gets the global adding possibilities.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetLogicalServicesForPhysicalServiceId |
Gets the logical services for physical service id.
| |
| GetModuleResource |
Gets a resource description for module.
| |
| GetNumberOfServicesForAccount |
Gets the number of services for account.
| |
| GetNumberOfServicesForPackage |
Finds the number of services with specified name for given account and packge.
| |
| GetPackageAddingPossibilities |
Gets the adding possibilities for given service names within a specified package.
| |
| GetParentService |
Gets the parent service.
| |
| GetPossibleServicesForProperty |
Gets the possible services for property.
| |
| GetProvisioningRequestsByStatusAndTime |
Gets the provisioning requests by status and time.
| |
| GetProvisioningRequestStatus |
Gets the provisioning request status.
| |
| GetResourceDescriptionPropertyOverrides |
Gets a resource description property overrides from database for module.
| |
| GetServiceById |
Gets the service by id.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsPossibleToChangePackage |
Determines whether [is possible to change package] [the specified service to delete].
| |
| IsPossibleToDeletePackageExtension |
Determines whether [is possible to delete package extension] [the specified service to delete].
| |
| ListAccounts |
Lists the accounts.
| |
| ListAccountsWithPagination |
Lists the accounts with pagination.
| |
| ListAvailablePackageExtensions |
Lists the available package extensions.
| |
| ListAvailablePackages |
Lists the available packages.
| |
| ListExistingDirectProvisioningServices |
Lists the existing direct provisioning services.
| |
| ListExistingServices |
Lists the existing services.
| |
| ListExistingServicesWithDepth |
Lists existing child services for given parent service, paginated.
| |
| ListLogs |
Lists the logs.
| |
| ListPackagesForAccount |
Lists the packages for account.
| |
| ListPossibleServices |
Lists the possible services.
| |
| ListServiceOperations |
Lists the service operations.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ModifyAccount |
Modifies the account.
| |
| ModifyService |
Modifies the service.
| |
| ModifyServiceAsync |
Modifies the service async.
| |
| RemoveOldDeletedPackages |
Removes old deleted packages.
| |
| RemoveOldDeletedServices |
Removes old deleted services.
| |
| RemoveOldProvisioningRequests |
Removes old provisioning requests.
| |
| SwitchService |
Switches the service.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdatePackageExtensionLimitations |
Updates the package extension limitations.
| |
| UpdatePackageExtensionLimitationsAsync |
Updates the package extension limitations async.
| |
| UpdateResourceProperties |
Gets a resource description property overrides from database for module.
|
| Name | Description | |
|---|---|---|
| CoreApiMock |