Click or drag to resize
ResourceDescription Class
Represents one resource in the Atomia Provisioning system.
Inheritance Hierarchy
SystemObject
  Atomia.Provisioning.BaseResourceDescription

Namespace: Atomia.Provisioning.Base
Assembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax
public class ResourceDescription

The ResourceDescription type exposes the following members.

Constructors
  NameDescription
Public methodResourceDescription
Initializes a new instance of the ResourceDescription class.
Top
Properties
  NameDescription
Public propertyItem
Indexer for property values.
Public propertyManagerName
Gets the name of the resource description manager that this resource is handled by..
Public propertyName
Gets the name of the resource.
Public propertyPropertyList
Gets or sets the resource description property list.
Public propertyShouldBeLocked
Gets or sets a value indicating whether resource should be locked while operations are performed on resource.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetListOfProperties
Gets the list of all resource description property names in resource description instance.
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