C# Class FT.DB.Session

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: friism/folketsting Class Usage Examples

Private Properties

Свойство Type Description
Initialize void
OnCreated void
OnDeserializing void
OnIsDoneChanged void
OnIsDoneChanging void
OnLoaded void
OnNumberChanged void
OnNumberChanging void
OnSerialized void
OnSerializing void
OnSessionIdChanged void
OnSessionIdChanging void
OnValidate void
OnYearChanged void
OnYearChanging void
attach_Laws void
attach_P20Questions void
detach_Laws void
detach_P20Questions void

Méthodes publiques

Méthode Description
Session ( ) : System.Data.Linq

Méthodes protégées

Méthode Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Méthode Description
Initialize ( ) : void
OnCreated ( ) : void
OnDeserializing ( StreamingContext context ) : void
OnIsDoneChanged ( ) : void
OnIsDoneChanging ( System value ) : void
OnLoaded ( ) : void
OnNumberChanged ( ) : void
OnNumberChanging ( int value ) : void
OnSerialized ( StreamingContext context ) : void
OnSerializing ( StreamingContext context ) : void
OnSessionIdChanged ( ) : void
OnSessionIdChanging ( int value ) : void
OnValidate ( System action ) : void
OnYearChanged ( ) : void
OnYearChanging ( int value ) : void
attach_Laws ( Law entity ) : void
attach_P20Questions ( P20Question entity ) : void
detach_Laws ( Law entity ) : void
detach_P20Questions ( P20Question entity ) : void

Method Details

SendPropertyChanged() protected méthode

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
Résultat void

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void

Session() public méthode

public Session ( ) : System.Data.Linq
Résultat System.Data.Linq