Method | Description | |
---|---|---|
ArrayPropertyDescriptor ( string name, |
Constructs a new Array Property Descriptor.
|
|
CanResetValue ( object component ) : bool |
Returns false.
|
|
GetValue ( object component ) : object |
Gets a value from the array.
|
|
ResetValue ( object component ) : void |
Does nothing.
|
|
SetValue ( object component, object value ) : void |
Sets a value to the array.
|
|
ShouldSerializeValue ( object component ) : bool |
Returns false.
|
public ArrayPropertyDescriptor ( string name, |
||
name | string | A title for the array. |
type | The type of the property being displayed. | |
index | int | The index to display. |
return | System |
public CanResetValue ( object component ) : bool | ||
component | object | |
return | bool |
public GetValue ( object component ) : object | ||
component | object | |
return | object |
public ResetValue ( object component ) : void | ||
component | object | |
return | void |
public SetValue ( object component, object value ) : void | ||
component | object | |
value | object | |
return | void |
public ShouldSerializeValue ( object component ) : bool | ||
component | object | |
return | bool |