Méthode | Description | |
---|---|---|
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 a empty descriptor will be included or not.
|
|
IsEmpty ( object target ) : bool |
Checks whether the specified 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 specified Type is parsable or not.
|
|
SetValue ( object instance, |
Sets the new value for a specific property on an object.
|
Méthode | Description | |
---|---|---|
GetCollection ( object target, IEnumerable items = null ) : IEnumerable |
Gets the collection of the property info for the specified target object.
|
public GetCollection ( |
||
targetType | ||
includeEmpty | bool | |
items | IEnumerable | |
Résultat | ICollection |
public GetCollection ( object target, bool includeEmpty, IEnumerable items = null ) : ICollection |
||
target | object | The object. |
includeEmpty | bool | The indicator to indicate whether empty will be included or not. |
items | IEnumerable | |
Résultat | ICollection |
public IsEmpty ( object target ) : bool | ||
target | object | The Object to be checked for null or empty. |
Résultat | bool |
public IsEqual ( object compare, object to ) : bool | ||
compare | object | The first supplied object. |
to | object | The second supplied object. |
Résultat | bool |
public IsParsable ( |
||
type | The supplied |
|
Résultat | 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 | ||
Résultat | void |