Méthode | Description | |
---|---|---|
ArrayRowView ( |
Initializes a new instance of the ArrayRowView class.
|
|
BeginEdit ( ) : void |
Does nothing.
|
|
CancelEdit ( ) : void |
Does nothing.
|
|
EndEdit ( ) : void |
Does nothing.
|
|
GetAttributes ( ) : |
Does nothing.
|
|
GetClassName ( ) : string |
Gets the name of this class.
|
|
GetColumn ( int index ) : object |
Gets the value at the specified position of this row.
|
|
GetComponentName ( ) : string |
Returns null.
|
|
GetConverter ( ) : |
Returns null.
|
|
GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor |
Returns null.
|
|
GetDefaultProperty ( ) : |
Returns null.
|
|
GetEditor ( |
Returns null.
|
|
GetEvents ( |
Does nothing.
|
|
GetProperties ( |
Gets the values of the multidimensional array as properties.
|
|
GetPropertyOwner ( |
Gets the owner ArrayDataView.
|
|
SetColumnValue ( int index, object value ) : void |
Sets a value to the element at the specified position of this row.
|
|
this ( string columnName ) : string |
Gets the error message for the property with the given name.
|
Méthode | Description | |
---|---|---|
System ( ) : |
Does nothing.
|
|
System ( ) : |
public ArrayRowView ( |
||
owner | ||
index | int | |
Résultat | System |
public GetAttributes ( ) : |
||
Résultat |
public GetColumn ( int index ) : object | ||
index | int | The column index of the element to get. |
Résultat | object |
public GetConverter ( ) : |
||
Résultat |
public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor | ||
Résultat | System.ComponentModel.EventDescriptor |
public GetDefaultProperty ( ) : |
||
Résultat |
public GetEditor ( |
||
editorBaseType | ||
Résultat | object |
public GetEvents ( |
||
attributes | ||
Résultat |
public GetProperties ( |
||
attributes | ||
Résultat |
public GetPropertyOwner ( |
||
pd | ||
Résultat | object |
public SetColumnValue ( int index, object value ) : void | ||
index | int | The index of the element to set. |
value | object | The new value for the specified element. |
Résultat | void |