C# Class Data.Bug

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: TelerikAcademy/QA-Academy Class Usage Examples

Private Properties

Свойство Type Description
OnBugIdChanged void
OnBugIdChanging void
OnCreated void
OnCreationDateChanged void
OnCreationDateChanging void
OnDescriptionChanged void
OnDescriptionChanging void
OnLoaded void
OnPriorityChanged void
OnPriorityChanging void
OnProjectIdChanged void
OnProjectIdChanging void
OnStatusChanged void
OnStatusChanging void
OnTesterIdChanged void
OnTesterIdChanging void
OnValidate void

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
OnBugIdChanged ( ) : void
OnBugIdChanging ( int value ) : void
OnCreated ( ) : void
OnCreationDateChanged ( ) : void
OnCreationDateChanging ( System value ) : void
OnDescriptionChanged ( ) : void
OnDescriptionChanging ( string value ) : void
OnLoaded ( ) : void
OnPriorityChanged ( ) : void
OnPriorityChanging ( string value ) : void
OnProjectIdChanged ( ) : void
OnProjectIdChanging ( int value ) : void
OnStatusChanged ( ) : void
OnStatusChanging ( string value ) : void
OnTesterIdChanged ( ) : void
OnTesterIdChanging ( System value ) : void
OnValidate ( System action ) : void

Method Details

Bug() public méthode

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

SendPropertyChanged() protected méthode

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

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void