![]() GetMember | Gets the member's value on the specified object. |
![]() GetMemberInfoForSetter | Returns the MemberInfo of the set member on the specified type. |
![]() GetMemberTypeForGetter | Overloaded. Returns the type that the get expects to receive as a parameter when setting a member value. |
![]() GetMemberTypeForSetter | Overloaded. 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. |
ObjectProbe Constructor
|
Initializes a new instance of the ObjectProbe class. |
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. |
ObjectProbe Class | IBatisNet.Common.Utilities.Objects Namespace