Méthode | Description | |
---|---|---|
CanResetValue ( object component ) : bool |
Returns false.
|
|
GetValue ( object component ) : object |
Gets a value from the array.
|
|
ResetValue ( object component ) : void |
Does nothing.
|
|
RowNamePropertyDescriptor ( string name ) : System |
Constructs a new Array Property Descriptor.
|
|
SetValue ( object component, object value ) : void |
Sets a value to the array.
|
|
ShouldSerializeValue ( object component ) : bool |
Returns false.
|
public CanResetValue ( object component ) : bool | ||
component | object | |
Résultat | bool |
public GetValue ( object component ) : object | ||
component | object | |
Résultat | object |
public ResetValue ( object component ) : void | ||
component | object | |
Résultat | void |
public RowNamePropertyDescriptor ( string name ) : System | ||
name | string | A title for the array. |
Résultat | System |
public SetValue ( object component, object value ) : void | ||
component | object | |
value | object | |
Résultat | void |
public ShouldSerializeValue ( object component ) : bool | ||
component | object | |
Résultat | bool |