Property | Type | Description | |
---|---|---|---|
PostEnded | EventHandler |
Property | Type | Description | |
---|---|---|---|
FieldAssignedValue | void | ||
FindFieldEnsure | |||
GetIndexedData | object | ||
RaisePropertyChanged | void | ||
SetIndexedData | void | ||
this | stringIDataErrorInfo.System |
Method | Description | |
---|---|---|
AddValidationError ( string propertyName, string error ) : void | ||
BeginEdit ( ) : void | ||
CancelEdit ( ) : void | ||
ClearAssignment ( |
||
ClearValidationErrors ( ) : void | ||
CloneInto ( |
||
CloneRow ( ) : |
||
CreateNew ( ) : |
||
EndEdit ( ) : void | ||
FindField ( string fieldName ) : |
||
FindFieldByPropertyName ( string propertyName ) : |
||
GetDictionaryData ( object key ) : object | ||
GetFields ( ) : RowFieldsBase | ||
GetPropertyDescriptors ( ) : |
||
IsAssigned ( |
||
IsFieldChanged ( |
||
RemoveValidationError ( string propertyName ) : void | ||
SetDictionaryData ( object key, object value ) : void | ||
this ( string fieldName ) : object |
Method | Description | |
---|---|---|
Row ( RowFieldsBase fields ) : Newtonsoft.Json |
Method | Description | |
---|---|---|
FieldAssignedValue ( |
||
FindFieldEnsure ( string fieldName ) : |
||
GetIndexedData ( int index ) : object | ||
RaisePropertyChanged ( |
||
SetIndexedData ( int index, object value ) : void | ||
this ( string columnName ) : stringIDataErrorInfo.System |
public AddValidationError ( string propertyName, string error ) : void | ||
propertyName | string | |
error | string | |
return | void |
public ClearAssignment ( |
||
field | ||
return | void |
public CloneInto ( |
||
clone | ||
cloneHandlers | bool | |
return | void |
public FindField ( string fieldName ) : |
||
fieldName | string | |
return |
public FindFieldByPropertyName ( string propertyName ) : |
||
propertyName | string | |
return |
public GetDictionaryData ( object key ) : object | ||
key | object | |
return | object |
public GetPropertyDescriptors ( ) : |
||
return |
public RemoveValidationError ( string propertyName ) : void | ||
propertyName | string | |
return | void |
protected Row ( RowFieldsBase fields ) : Newtonsoft.Json | ||
fields | RowFieldsBase | |
return | Newtonsoft.Json |
public SetDictionaryData ( object key, object value ) : void | ||
key | object | |
value | object | |
return | void |