C# 클래스 FT.DB.Speech

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

Private Properties

프로퍼티 타입 설명
Initialize void
OnCreated void
OnDeliberationIdChanged void
OnDeliberationIdChanging void
OnDeserializing void
OnIsTempChanged void
OnIsTempChanging void
OnLoaded void
OnParentSpeechIdChanged void
OnParentSpeechIdChanging void
OnPoliticianIdChanged void
OnPoliticianIdChanging void
OnPoliticianTitleChanged void
OnPoliticianTitleChanging void
OnSerialized void
OnSerializing void
OnSpeechIdChanged void
OnSpeechIdChanging void
OnSpeechNrChanged void
OnSpeechNrChanging void
OnSpeechTimeChanged void
OnSpeechTimeChanging void
OnValidate void
attach_SpeechParas void
attach_Speeches void
detach_SpeechParas void
detach_Speeches void

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
Initialize ( ) : void
OnCreated ( ) : void
OnDeliberationIdChanged ( ) : void
OnDeliberationIdChanging ( System value ) : void
OnDeserializing ( StreamingContext context ) : void
OnIsTempChanged ( ) : void
OnIsTempChanging ( System value ) : void
OnLoaded ( ) : void
OnParentSpeechIdChanged ( ) : void
OnParentSpeechIdChanging ( System value ) : void
OnPoliticianIdChanged ( ) : void
OnPoliticianIdChanging ( System value ) : void
OnPoliticianTitleChanged ( ) : void
OnPoliticianTitleChanging ( string value ) : void
OnSerialized ( StreamingContext context ) : void
OnSerializing ( StreamingContext context ) : void
OnSpeechIdChanged ( ) : void
OnSpeechIdChanging ( int value ) : void
OnSpeechNrChanged ( ) : void
OnSpeechNrChanging ( System value ) : void
OnSpeechTimeChanged ( ) : void
OnSpeechTimeChanging ( System value ) : void
OnValidate ( System action ) : void
attach_SpeechParas ( SpeechPara entity ) : void
attach_Speeches ( Speech entity ) : void
detach_SpeechParas ( SpeechPara entity ) : void
detach_Speeches ( Speech entity ) : void

메소드 상세

SendPropertyChanged() 보호된 메소드

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

SendPropertyChanging() 보호된 메소드

protected SendPropertyChanging ( ) : void
리턴 void

Speech() 공개 메소드

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