Click or drag to resize
ResourceInformationProviderBase Class
Classes that inherit this class provide information about resources.
Inheritance Hierarchy
SystemObject
  Atomia.Provisioning.Base.ResourceAssignmentPolicyResourceInformationProviderBase

Namespace: Atomia.Provisioning.Base.ResourceAssignmentPolicy
Assembly: Atomia.Provisioning.Base.ResourceAssignmentPolicy (in Atomia.Provisioning.Base.ResourceAssignmentPolicy.dll) Version: 17.3.6337.16010
Syntax
public abstract class ResourceInformationProviderBase

The ResourceInformationProviderBase type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetAccountCountPerResource
Gets the account count per resource.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetServiceCount
Gets the service count.
Public methodGetServicesPerResource
Gets the services per resource.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also