C# Class FT.DB.SubChange

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Mostra file Open project: friism/folketsting Class Usage Examples

Private Properties

Property Type Description
Initialize void
OnCreated void
OnDeserializing void
OnLawchangeIdChanged void
OnLawchangeIdChanging void
OnLoaded void
OnNumberChanged void
OnNumberChanging void
OnSubchangeIdChanged void
OnSubchangeIdChanging void
OnTextChanged void
OnTextChanging void
OnValidate void

Public Methods

Method Description
SubChange ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
Initialize ( ) : void
OnCreated ( ) : void
OnDeserializing ( StreamingContext context ) : void
OnLawchangeIdChanged ( ) : void
OnLawchangeIdChanging ( System value ) : void
OnLoaded ( ) : void
OnNumberChanged ( ) : void
OnNumberChanging ( System value ) : void
OnSubchangeIdChanged ( ) : void
OnSubchangeIdChanging ( int value ) : void
OnTextChanged ( ) : void
OnTextChanging ( string value ) : void
OnValidate ( System action ) : void

Method Details

SendPropertyChanged() protected method

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

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void

SubChange() public method

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