Click or drag to resize
IdmResource Methods

The IdmResource type exposes the following members.

Methods
  NameDescription
Protected methodAttrToBool
Convert the named attribute to a Boolean value
Protected methodAttrToDateTime
Convert the named attribute to a DateTime value
Protected methodAttrToInteger
Convert the named attribute to an Integer value
Protected methodAttrToNullableBool
Convert the named attribute to a Boolean value
Protected methodAttrToNullableDateTime
Convert the named attribute to a DateTime value
Protected methodAttrToNullableInteger
Convert the named attribute to an Integer value
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 methodGetAttr(String)
Get a particular attribute and its values by name
Public methodGetAttrT(String, T)
Get the complex object that is backing a single-valued reference attribute in IdmNet.
Public methodGetAttrValue
Get just a single value from an attribute object by name
Public methodGetAttrValues
Get all attribute values from an attribute object by name
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetMultiValuedAttrT
Get the list of complex objects that is backing a multi-valued reference attribute in IdmNet.
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.)
Protected methodStatic memberObjectIdOrNull
Returns the ObjectID of the resource or NULL if the resource value is null
Public methodSetAttrValue
Set just a single value on a named attribute object
Public methodSetAttrValues
Set all attribute values on an named attribute object
Public methodSetMultiValuedAttrT
Set the list of complex objects that is backing a multi-valued reference attribute in IdmNet.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also