[This is preliminary documentation and is subject to change.]

The ResourceInfo type exposes the following members.

Constructors

  NameDescription
Public methodResourceInfo
The default constructor.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAddressId
The Address identifier for the resource Address.
Public propertyCapacity
The Capacity for the resource.
Public propertyFeatures
The feature set for the resource.
Public propertyGroupId
The identifier for the group that holds the resource.
Public propertyIsActive
Shows if the resource is Active. Valid values are "Y" and "N".
Public propertyResourceAddress
The Address of the resource.
Public propertyResourceId
The system generated unique identifier for the resource.
Public propertyResourceName
The name of the resource.
Public propertyResourceType
The resource type.
Public propertyResourceTypeId
The identifier for the resource type.
Public propertyUdf1Name
The first user defined field name of the resource.
Public propertyUdf1Value
The value of the first user defined field for the resource.
Public propertyUdf2Name
The second user defined field name for the resource.
Public propertyUdf2Value
The value of the second user defined field for the resource.

See Also