Метод | Описание | |
---|---|---|
GetCollection ( |
||
GetCollection ( object target, bool includeEmpty, IEnumerable items = null ) : ICollection |
Creates a new instance of ValueCollection class to get the collection of ValueItem.
|
|
IsEmpty ( object value ) : 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.
|
public GetCollection ( |
||
targetType | ||
includeEmpty | bool | |
items | IEnumerable | |
Результат | ICollection |
public GetCollection ( object target, bool includeEmpty, IEnumerable items = null ) : ICollection |
||
target | object | Not used. |
includeEmpty | bool | Not used. |
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 IsParsable ( |
||
type | The specified |
|
Результат | bool |
public SetValue ( object instance, |
||
instance | object | Target object to set the property. In most cases this will be a domain object. |
pi | Property info for the property to set. | |
newvalue | object | Value for the property. |
culture | ||
Результат | void |