C# Class Imdb.Models.Badge

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Mostra file Open project: peirix/Imdb Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnDescriptionChanged void
OnDescriptionChanging void
OnIDChanged void
OnIDChanging void
OnLoaded void
OnNameChanged void
OnNameChanging void
OnTypeChanged void
OnTypeChanging void
OnValidate void
attach_BadgeLists void
detach_BadgeLists void

Public Methods

Method Description
Badge ( ) : 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
OnIDChanged ( ) : void
OnIDChanging ( int value ) : void
OnLoaded ( ) : void
OnNameChanged ( ) : void
OnNameChanging ( string value ) : void
OnTypeChanged ( ) : void
OnTypeChanging ( string value ) : void
OnValidate ( System action ) : void
attach_BadgeLists ( BadgeList entity ) : void
detach_BadgeLists ( BadgeList entity ) : void

Method Details

Badge() public method

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