C# Class FT.DB.ItemCommittee

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

Private Properties

Property Type Description
Initialize void
OnCommitteeIdChanged void
OnCommitteeIdChanging void
OnCreated void
OnDeserializing void
OnItemCommitteeIdChanged void
OnItemCommitteeIdChanging void
OnItemIdChanged void
OnItemIdChanging void
OnItemTypeChanged void
OnItemTypeChanging void
OnLoaded void
OnValidate void

Public Methods

Method Description
ItemCommittee ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
Initialize ( ) : void
OnCommitteeIdChanged ( ) : void
OnCommitteeIdChanging ( int value ) : void
OnCreated ( ) : void
OnDeserializing ( StreamingContext context ) : void
OnItemCommitteeIdChanged ( ) : void
OnItemCommitteeIdChanging ( int value ) : void
OnItemIdChanged ( ) : void
OnItemIdChanging ( int value ) : void
OnItemTypeChanged ( ) : void
OnItemTypeChanging ( byte value ) : void
OnLoaded ( ) : void
OnValidate ( System action ) : void

Method Details

ItemCommittee() public method

public ItemCommittee ( ) : 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