Click or drag to resize
Person Methods

The Person type exposes the following members.

Methods
  NameDescription
Protected methodAttrToBool
Convert the named attribute to a Boolean value
(Inherited from IdmResource.)
Protected methodAttrToDateTime
Convert the named attribute to a DateTime value
(Inherited from IdmResource.)
Protected methodAttrToInteger
Convert the named attribute to an Integer value
(Inherited from IdmResource.)
Protected methodAttrToNullableBool
Convert the named attribute to a Boolean value
(Inherited from IdmResource.)
Protected methodAttrToNullableDateTime
Convert the named attribute to a DateTime value
(Inherited from IdmResource.)
Protected methodAttrToNullableInteger
Convert the named attribute to an Integer value
(Inherited from IdmResource.)
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
(Inherited from IdmResource.)
Public methodGetAttrT(String, T)
Get the complex object that is backing a single-valued reference attribute in IdmNet.
(Inherited from IdmResource.)
Public methodGetAttrValue
Get just a single value from an attribute object by name
(Inherited from IdmResource.)
Public methodGetAttrValues
Get all attribute values from an attribute object by name
(Inherited from IdmResource.)
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.
(Inherited from IdmResource.)
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 methodSetAttrValue
Set just a single value on a named attribute object
(Inherited from IdmResource.)
Public methodSetAttrValues
Set all attribute values on an named attribute object
(Inherited from IdmResource.)
Public methodSetMultiValuedAttrT
Set the list of complex objects that is backing a multi-valued reference attribute in IdmNet.
(Inherited from IdmResource.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also