IdmResource Methods |
The IdmResource type exposes the following members.
Name | Description | |
---|---|---|
![]() | AttrToBool |
Convert the named attribute to a Boolean value
|
![]() | AttrToDateTime |
Convert the named attribute to a DateTime value
|
![]() | AttrToInteger |
Convert the named attribute to an Integer value
|
![]() | AttrToNullableBool |
Convert the named attribute to a Boolean value
|
![]() | AttrToNullableDateTime |
Convert the named attribute to a DateTime value
|
![]() | AttrToNullableInteger |
Convert the named attribute to an Integer value
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetAttr(String) |
Get a particular attribute and its values by name
|
![]() | GetAttrT(String, T) |
Get the complex object that is backing a single-valued reference attribute in IdmNet.
|
![]() | GetAttrValue |
Get just a single value from an attribute object by name
|
![]() | GetAttrValues |
Get all attribute values from an attribute object by name
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetMultiValuedAttrT |
Get the list of complex objects that is backing a multi-valued reference attribute in IdmNet.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | ObjectIdOrNull |
Returns the ObjectID of the resource or NULL if the resource value is null
|
![]() | SetAttrValue |
Set just a single value on a named attribute object
|
![]() | SetAttrValues |
Set all attribute values on an named attribute object
|
![]() | SetMultiValuedAttrT |
Set the list of complex objects that is backing a multi-valued reference attribute in IdmNet.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |