Click or drag to resize

CoreApiClient Class

[Missing <summary> documentation for "T:Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.CoreApiClient"]

Inheritance Hierarchy
SystemObject
  System.ServiceModelClientBaseICoreApi
    Atomia.Billing.Core.Sdk.AtomiaProvisioningApiCoreApiClient

Namespace:  Atomia.Billing.Core.Sdk.AtomiaProvisioningApi
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public class CoreApiClient : ClientBase<ICoreApi>, 
	ICoreApi

The CoreApiClient type exposes the following members.

Constructors
  NameDescription
Public methodCoreApiClient
Initializes a new instance of the CoreApiClient class
Public methodCoreApiClient(String)
Initializes a new instance of the CoreApiClient class
Public methodCoreApiClient(Binding, EndpointAddress)
Initializes a new instance of the CoreApiClient class
Public methodCoreApiClient(String, EndpointAddress)
Initializes a new instance of the CoreApiClient class
Public methodCoreApiClient(String, String)
Initializes a new instance of the CoreApiClient class
Top
Properties
  NameDescription
Protected propertyChannel
Gets the inner channel used to send messages to variously configured service endpoints.
(Inherited from ClientBaseICoreApi.)
Public propertyChannelFactory (Inherited from ClientBaseICoreApi.)
Public propertyClientCredentials
Gets the client credentials used to call an operation.
(Inherited from ClientBaseICoreApi.)
Public propertyEndpoint
Gets the target endpoint for the service to which the WCF client can connect.
(Inherited from ClientBaseICoreApi.)
Public propertyInnerChannel
Gets the underlying IClientChannel implementation.
(Inherited from ClientBaseICoreApi.)
Public propertyState (Inherited from ClientBaseICoreApi.)
Top
Methods
  NameDescription
Public methodAbort (Inherited from ClientBaseICoreApi.)
Public methodAddAccount
Public methodAddAccountAsync
Public methodAddPackageExtensionForAccount
Public methodAddPackageForAccount
Public methodAddPackageForAccountAsync
Public methodAddService
Public methodAddServiceAsync
Public methodAddServiceAsyncStart
Public methodBeginProvisioningRequest
Public methodBindServiceToAccount
Public methodCallOperation
Public methodCallOperationAsync
Public methodCancelProvisioningRequest
Public methodChangePackage
Public methodChangePackageWithArguments
Public methodClose (Inherited from ClientBaseICoreApi.)
Protected methodCreateChannel
Returns a new channel to the service.
(Inherited from ClientBaseICoreApi.)
Public methodCreateService
Public methodDeleteAccount
Public methodDeletePackageExtensionForAccount
Public methodDeletePackageExtensionForAccountAsync
Public methodDeletePackageForAccount
Public methodDeletePackageForAccountAsync
Public methodDeleteService
Public methodDeleteServiceAsync
Public methodDisablePackage
Public methodDisablePackageAsync
Public methodDisplayInitializationUI
Instructs the inner channel to display a user interface if one is required to initialize the channel prior to using it.
(Inherited from ClientBaseICoreApi.)
Public methodEcho
Public methodEnablePackage
Public methodEnablePackageAsync
Public methodEndProvisioningRequest
Public methodEndProvisioningRequestAsync
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindNumberOfServicesByPath
Public methodFindServicesByNamesForAccount
Public methodFindServicesByNamesForAccountWithDepth
Public methodFindServicesByPath
Public methodFindServicesByPathWithDepth
Public methodFindServicesByPathWithPaging
Public methodFindServicesByPathWithPagingAndDepth
Public methodGetAccount
Public methodGetChildServiceLimitCount
Protected methodGetDefaultValueForInitializationT
Replicates the behavior of the default keyword in C#.
(Inherited from ClientBaseICoreApi.)
Public methodGetDirectProvisioningServiceById
Public methodGetGlobalAddingPossibilities
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLogicalServicesForPhysicalServiceId
Public methodGetModuleResource
Public methodGetNumberOfServicesForAccount
Public methodGetNumberOfServicesForPackage
Public methodGetPackageAddingPossibilities
Public methodGetParentService
Public methodGetPossibleServicesForProperty
Public methodGetProvisioningRequestsByStatusAndTime
Public methodGetProvisioningRequestStatus
Public methodGetResourceDescriptionPropertyOverrides
Public methodGetServiceById
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInvokeAsync
Provides support for implementing the event-based asynchronous pattern. For more information about this pattern, see Event-based Asynchronous Pattern Overview.
(Inherited from ClientBaseICoreApi.)
Public methodIsPossibleToChangePackage
Public methodIsPossibleToDeletePackageExtension
Public methodListAccounts
Public methodListAccountsWithPagination
Public methodListAvailablePackageExtensions
Public methodListAvailablePackages
Public methodListExistingDirectProvisioningServices
Public methodListExistingServices
Public methodListExistingServicesWithDepth
Public methodListLogs
Public methodListPackagesForAccount
Public methodListPossibleServices
Public methodListServiceOperations
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodModifyAccount
Public methodModifyService
Public methodModifyServiceAsync
Public methodOpen (Inherited from ClientBaseICoreApi.)
Public methodRemoveOldDeletedPackages
Public methodRemoveOldDeletedServices
Public methodRemoveOldProvisioningRequests
Public methodSwitchService
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdatePackageExtensionLimitations
Public methodUpdatePackageExtensionLimitationsAsync
Public methodUpdateResourceProperties
Top
See Also