메소드 | 설명 | |
---|---|---|
GetCollection ( |
||
GetCollection ( object target, bool includeEmpty, IEnumerable items = null ) : ICollection |
Gets the collection of the property info for the specified target object. An indicator is also supplied to indicate whether empty will be included or not.
|
|
IsEmpty ( object value ) : bool |
Indicates whether the supplied object is empty or not.
|
|
IsEqual ( object compare, object to ) : bool |
Checks whether the two specified Objects are equal or not.
|
|
IsParsable ( |
Indicates whether the supplied Type is parsable or not.
|
|
SetValue ( object instance, |
Sets the new value for a specific property on an object.
|
메소드 | 설명 | |
---|---|---|
GetCollection ( object target, IEnumerable items = null ) : List |
Gets the collection of the property info for the specified target object.
|
public GetCollection ( |
||
targetType | ||
includeEmpty | bool | |
items | IEnumerable | |
리턴 | ICollection |
public GetCollection ( object target, bool includeEmpty, IEnumerable items = null ) : ICollection |
||
target | object | Object to get collection for. |
includeEmpty | bool | The indicator to indicate whether empty will be included or not. |
items | IEnumerable | |
리턴 | ICollection |
public IsEmpty ( object value ) : bool | ||
value | object | The Object to be checked for null or empty. |
리턴 | bool |
public IsEqual ( object compare, object to ) : bool | ||
compare | object | The Object to compare. |
to | object | The Object to compare with. |
리턴 | bool |
public SetValue ( object instance, |
||
instance | object | Target object to set property at. |
pi | Property info for the property to set. | |
newvalue | object | Value for the property. |
culture | ||
리턴 | void |