Click or drag to resize
ResourceAssignmentPolicyAgentBase Class
Resource assignment policy agent base. All resource assignment policy agents must be derived from this class.
Inheritance Hierarchy
SystemObject
  Atomia.Provisioning.Base.ResourceAssignmentPolicyResourceAssignmentPolicyAgentBase

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 ResourceAssignmentPolicyAgentBase

The ResourceAssignmentPolicyAgentBase type exposes the following members.

Properties
  NameDescription
Public propertyPolicyName
Gets or sets a name of the resource assignment policy that realizes this agent.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetResource
Gets the resource.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInit
Initializes resource assignment policy agent.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also