C# 클래스 Serenity.Data.Row

파일 보기 프로젝트 열기: volkanceylan/Serenity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PostEnded EventHandler

Private Properties

프로퍼티 타입 설명
FieldAssignedValue void
FindFieldEnsure Field
GetIndexedData object
RaisePropertyChanged void
SetIndexedData void
this stringIDataErrorInfo.System

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Row ( RowFieldsBase fields ) : Newtonsoft.Json

비공개 메소드들

메소드 설명
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

메소드 상세

AddValidationError() 공개 메소드

public AddValidationError ( string propertyName, string error ) : void
propertyName string
error string
리턴 void

BeginEdit() 공개 메소드

public BeginEdit ( ) : void
리턴 void

CancelEdit() 공개 메소드

public CancelEdit ( ) : void
리턴 void

ClearAssignment() 공개 메소드

public ClearAssignment ( Field field ) : void
field Field
리턴 void

ClearValidationErrors() 공개 메소드

public ClearValidationErrors ( ) : void
리턴 void

CloneInto() 공개 메소드

public CloneInto ( Row clone, bool cloneHandlers ) : void
clone Row
cloneHandlers bool
리턴 void

CloneRow() 공개 메소드

public CloneRow ( ) : Row
리턴 Row

CreateNew() 공개 메소드

public CreateNew ( ) : Row
리턴 Row

EndEdit() 공개 메소드

public EndEdit ( ) : void
리턴 void

FindField() 공개 메소드

public FindField ( string fieldName ) : Field
fieldName string
리턴 Field

FindFieldByPropertyName() 공개 메소드

public FindFieldByPropertyName ( string propertyName ) : Field
propertyName string
리턴 Field

GetDictionaryData() 공개 메소드

public GetDictionaryData ( object key ) : object
key object
리턴 object

GetFields() 공개 메소드

public GetFields ( ) : RowFieldsBase
리턴 RowFieldsBase

GetPropertyDescriptors() 공개 메소드

public GetPropertyDescriptors ( ) : PropertyDescriptorCollection
리턴 System.ComponentModel.PropertyDescriptorCollection

IsAssigned() 공개 메소드

public IsAssigned ( Field field ) : bool
field Field
리턴 bool

IsFieldChanged() 공개 메소드

public IsFieldChanged ( Field field ) : bool
field Field
리턴 bool

RemoveValidationError() 공개 메소드

public RemoveValidationError ( string propertyName ) : void
propertyName string
리턴 void

Row() 보호된 메소드

protected Row ( RowFieldsBase fields ) : Newtonsoft.Json
fields RowFieldsBase
리턴 Newtonsoft.Json

SetDictionaryData() 공개 메소드

public SetDictionaryData ( object key, object value ) : void
key object
value object
리턴 void

this() 공개 메소드

public this ( string fieldName ) : object
fieldName string
리턴 object

프로퍼티 상세

PostEnded 공개적으로 프로퍼티

public EventHandler PostEnded
리턴 EventHandler