C# 클래스 FT.DB.Committee

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

Private Properties

프로퍼티 타입 설명
Initialize void
OnCommitteeIdChanged void
OnCommitteeIdChanging void
OnCreated void
OnDeserializing void
OnLoaded void
OnNameChanged void
OnNameChanging void
OnSerialized void
OnSerializing void
OnValidate void
attach_CommitteeTrips void
attach_ItemCommittees void
attach_Laws void
detach_CommitteeTrips void
detach_ItemCommittees void
detach_Laws void

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
Initialize ( ) : void
OnCommitteeIdChanged ( ) : void
OnCommitteeIdChanging ( int value ) : void
OnCreated ( ) : void
OnDeserializing ( StreamingContext context ) : void
OnLoaded ( ) : void
OnNameChanged ( ) : void
OnNameChanging ( string value ) : void
OnSerialized ( StreamingContext context ) : void
OnSerializing ( StreamingContext context ) : void
OnValidate ( System action ) : void
attach_CommitteeTrips ( CommitteeTrip entity ) : void
attach_ItemCommittees ( ItemCommittee entity ) : void
attach_Laws ( Law entity ) : void
detach_CommitteeTrips ( CommitteeTrip entity ) : void
detach_ItemCommittees ( ItemCommittee entity ) : void
detach_Laws ( Law entity ) : void

메소드 상세

Committee() 공개 메소드

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

SendPropertyChanged() 보호된 메소드

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

SendPropertyChanging() 보호된 메소드

protected SendPropertyChanging ( ) : void
리턴 void