C# Class Data.Project

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Show file Open project: TelerikAcademy/QA-Academy Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnDescriptionChanged void
OnDescriptionChanging void
OnLoaded void
OnNameChanged void
OnNameChanging void
OnProjectIdChanged void
OnProjectIdChanging void
OnValidate void
attach_Bugs void
detach_Bugs void

Public Methods

Method Description
Project ( ) : System.Data.Linq

Protected Methods

Method Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Method Description
OnCreated ( ) : void
OnDescriptionChanged ( ) : void
OnDescriptionChanging ( string value ) : void
OnLoaded ( ) : void
OnNameChanged ( ) : void
OnNameChanging ( string value ) : void
OnProjectIdChanged ( ) : void
OnProjectIdChanging ( int value ) : void
OnValidate ( System action ) : void
attach_Bugs ( Bug entity ) : void
detach_Bugs ( Bug entity ) : void

Method Details

Project() public method

public Project ( ) : System.Data.Linq
return System.Data.Linq

SendPropertyChanged() protected method

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
return void

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void