C# 클래스 FT.DB.Party

상속: INotifyPropertyChanging, INotifyPropertyChanged
파일 보기 프로젝트 열기: friism/folketsting 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Initialize void
OnCreated void
OnDeserializing void
OnInitialsChanged void
OnInitialsChanging void
OnLoaded void
OnNameChanged void
OnNameChanging void
OnPartyIdChanged void
OnPartyIdChanging void
OnSerialized void
OnSerializing void
OnValidate void
attach_Politicians void
detach_Politicians void

공개 메소드들

메소드 설명
Party ( ) : System.Data.Linq

보호된 메소드들

메소드 설명
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

비공개 메소드들

메소드 설명
Initialize ( ) : void
OnCreated ( ) : void
OnDeserializing ( StreamingContext context ) : void
OnInitialsChanged ( ) : void
OnInitialsChanging ( string value ) : void
OnLoaded ( ) : void
OnNameChanged ( ) : void
OnNameChanging ( string value ) : void
OnPartyIdChanged ( ) : void
OnPartyIdChanging ( int value ) : void
OnSerialized ( StreamingContext context ) : void
OnSerializing ( StreamingContext context ) : void
OnValidate ( System action ) : void
attach_Politicians ( Politician entity ) : void
detach_Politicians ( Politician entity ) : void

메소드 상세

Party() 공개 메소드

public Party ( ) : System.Data.Linq
리턴 System.Data.Linq

SendPropertyChanged() 보호된 메소드

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
리턴 void

SendPropertyChanging() 보호된 메소드

protected SendPropertyChanging ( ) : void
리턴 void