C# 클래스 NDG.DataAccessModels.DependentQuestions

상속: INotifyPropertyChanging, INotifyPropertyChanged
파일 보기 프로젝트 열기: nokiadatagathering/WP7-Official 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnCreated void
OnIDChanged void
OnIDChanging void
OnLoaded void
OnParentQuestionIDChanged void
OnParentQuestionIDChanging void
OnRequiredAnswerChanged void
OnRequiredAnswerChanging void
OnValidate void
attach_Question_DependentQuestions void
detach_Question_DependentQuestions void

공개 메소드들

메소드 설명
DependentQuestions ( ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
OnCreated ( ) : void
OnIDChanged ( ) : void
OnIDChanging ( int value ) : void
OnLoaded ( ) : void
OnParentQuestionIDChanged ( ) : void
OnParentQuestionIDChanging ( int value ) : void
OnRequiredAnswerChanged ( ) : void
OnRequiredAnswerChanging ( string value ) : void
OnValidate ( System action ) : void
attach_Question_DependentQuestions ( Question entity ) : void
detach_Question_DependentQuestions ( Question entity ) : void

메소드 상세

DependentQuestions() 공개 메소드

public DependentQuestions ( ) : System
리턴 System

SendPropertyChanged() 보호된 메소드

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

SendPropertyChanging() 보호된 메소드

protected SendPropertyChanging ( ) : void
리턴 void