iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

ObjectProbe Methods

The methods of the ObjectProbe class are listed below. For a complete list of ObjectProbe class members, see the ObjectProbe Members topic.

Public Static (Shared) Methods

GetMember Gets the member's value on the specified object.
GetMemberInfoForSetter Returns the MemberInfo of the set member on the specified type.
GetMemberTypeForGetterOverloaded. Returns the type that the get expects to receive as a parameter when setting a member value.
GetMemberTypeForSetterOverloaded. Returns the type that the set expects to receive as a parameter when setting a member value.
GetMemberValue Return the specified member on an object.
GetReadablePropertyNames Returns an array of the readable properties names exposed by an object
GetWriteableMemberNames Returns an array of the writeable members name exposed by a object
HasReadableProperty Checks to see if the Object have a property/field be a given name.
HasWritableProperty Checks to see if a Object has a writable property/field be a given name
IsSimpleType
SetMember Sets the member.
SetMemberValue Sets the member value.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

ObjectProbe Class | IBatisNet.Common.Utilities.Objects Namespace