Method | Description | |
---|---|---|
Equals ( object other ) : bool |
Test for equality between two objects. Test is based on the property's hashcode
|
|
GetHashCode ( ) : int |
returns the constructor parameter: property.GetHashCode() or 0 if null
|
|
ObjProperty ( |
Initializes a new instance of the T:ObjProperty class.
|
|
ObjProperty ( |
Initializes a new instance of the T:ObjProperty class.
|
|
ObjProperty ( |
Initializes a new instance of the T:ObjProperty class.
|
|
ObjProperty ( |
Initializes a new instance of the T:ObjProperty class.
|
|
SetValue ( object obj, object val ) : void |
Sets the value of the provided object's property to the provided value
|
|
Value ( object o ) : object |
Gets the value of the provided object's property.
|
public Equals ( object other ) : bool | ||
other | object | The other object to test with |
return | bool |
public ObjProperty ( |
||
property | The propertyInfo object that will reflect on objects later on to display information with | |
return | System |
public ObjProperty ( |
||
property | The propertyInfo object that will reflect on objects later on to display information with | |
nested | If the information required resides in a property's property, this parameter represents that information | |
return | System |
public ObjProperty ( |
||
property | The propertyInfo object that will reflect on objects later on to display information with | |
propertyIndex | object | An array of index parameters if the property parameter represents an indexex property |
return | System |
public ObjProperty ( |
||
property | The propertyInfo object that will reflect on objects later on to display information with | |
propertyIndex | object | An array of index parameters if the property parameter represents an indexex property |
nested | If the information required resides in a property's property, this parameter represents that information | |
return | System |
public SetValue ( object obj, object val ) : void | ||
obj | object | The obj. |
val | object | The val. |
return | void |