C# Class Serenity.Data.Row

Afficher le fichier Open project: volkanceylan/Serenity Class Usage Examples

Méthodes publiques

Свойство Type Description
PostEnded EventHandler

Private Properties

Свойство Type Description
FieldAssignedValue void
FindFieldEnsure Field
GetIndexedData object
RaisePropertyChanged void
SetIndexedData void
this stringIDataErrorInfo.System

Méthodes publiques

Méthode Description
AddValidationError ( string propertyName, string error ) : void
BeginEdit ( ) : void
CancelEdit ( ) : void
ClearAssignment ( Field field ) : void
ClearValidationErrors ( ) : void
CloneInto ( Row clone, bool cloneHandlers ) : void
CloneRow ( ) : Row
CreateNew ( ) : Row
EndEdit ( ) : void
FindField ( string fieldName ) : Field
FindFieldByPropertyName ( string propertyName ) : Field
GetDictionaryData ( object key ) : object
GetFields ( ) : RowFieldsBase
GetPropertyDescriptors ( ) : PropertyDescriptorCollection
IsAssigned ( Field field ) : bool
IsFieldChanged ( Field field ) : bool
RemoveValidationError ( string propertyName ) : void
SetDictionaryData ( object key, object value ) : void
this ( string fieldName ) : object

Méthodes protégées

Méthode Description
Row ( RowFieldsBase fields ) : Newtonsoft.Json

Private Methods

Méthode Description
FieldAssignedValue ( Field field ) : void
FindFieldEnsure ( string fieldName ) : Field
GetIndexedData ( int index ) : object
RaisePropertyChanged ( Field field ) : void
SetIndexedData ( int index, object value ) : void
this ( string columnName ) : stringIDataErrorInfo.System

Method Details

AddValidationError() public méthode

public AddValidationError ( string propertyName, string error ) : void
propertyName string
error string
Résultat void

BeginEdit() public méthode

public BeginEdit ( ) : void
Résultat void

CancelEdit() public méthode

public CancelEdit ( ) : void
Résultat void

ClearAssignment() public méthode

public ClearAssignment ( Field field ) : void
field Field
Résultat void

ClearValidationErrors() public méthode

public ClearValidationErrors ( ) : void
Résultat void

CloneInto() public méthode

public CloneInto ( Row clone, bool cloneHandlers ) : void
clone Row
cloneHandlers bool
Résultat void

CloneRow() public méthode

public CloneRow ( ) : Row
Résultat Row

CreateNew() public méthode

public CreateNew ( ) : Row
Résultat Row

EndEdit() public méthode

public EndEdit ( ) : void
Résultat void

FindField() public méthode

public FindField ( string fieldName ) : Field
fieldName string
Résultat Field

FindFieldByPropertyName() public méthode

public FindFieldByPropertyName ( string propertyName ) : Field
propertyName string
Résultat Field

GetDictionaryData() public méthode

public GetDictionaryData ( object key ) : object
key object
Résultat object

GetFields() public méthode

public GetFields ( ) : RowFieldsBase
Résultat RowFieldsBase

GetPropertyDescriptors() public méthode

public GetPropertyDescriptors ( ) : PropertyDescriptorCollection
Résultat System.ComponentModel.PropertyDescriptorCollection

IsAssigned() public méthode

public IsAssigned ( Field field ) : bool
field Field
Résultat bool

IsFieldChanged() public méthode

public IsFieldChanged ( Field field ) : bool
field Field
Résultat bool

RemoveValidationError() public méthode

public RemoveValidationError ( string propertyName ) : void
propertyName string
Résultat void

Row() protected méthode

protected Row ( RowFieldsBase fields ) : Newtonsoft.Json
fields RowFieldsBase
Résultat Newtonsoft.Json

SetDictionaryData() public méthode

public SetDictionaryData ( object key, object value ) : void
key object
value object
Résultat void

this() public méthode

public this ( string fieldName ) : object
fieldName string
Résultat object

Property Details

PostEnded public_oe property

public EventHandler PostEnded
Résultat EventHandler