C# Class Tp.LegacyProfileConvertsion.Common.Severity

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Show file Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnImportanceChanged void
OnImportanceChanging void
OnIsDefaultChanged void
OnIsDefaultChanging void
OnLoaded void
OnNameChanged void
OnNameChanging void
OnSeverityIDChanged void
OnSeverityIDChanging void
OnValidate void
attach_Bugs void
detach_Bugs void

Public Methods

Method Description
Severity ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnImportanceChanged ( ) : void
OnImportanceChanging ( int value ) : void
OnIsDefaultChanged ( ) : void
OnIsDefaultChanging ( System value ) : void
OnLoaded ( ) : void
OnNameChanged ( ) : void
OnNameChanging ( string value ) : void
OnSeverityIDChanged ( ) : void
OnSeverityIDChanging ( int value ) : void
OnValidate ( System action ) : void
attach_Bugs ( Bug entity ) : void
detach_Bugs ( Bug entity ) : void

Method Details

SendPropertyChanged() protected method

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

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void

Severity() public method

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