C# Class Imdb.Models.BadgeList

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Exibir arquivo Open project: peirix/Imdb Class Usage Examples

Private Properties

Property Type Description
OnBadgeIDChanged void
OnBadgeIDChanging void
OnCreated void
OnIDChanged void
OnIDChanging void
OnLoaded void
OnUserIDChanged void
OnUserIDChanging void
OnValidate void

Public Methods

Method Description
BadgeList ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnBadgeIDChanged ( ) : void
OnBadgeIDChanging ( int value ) : void
OnCreated ( ) : void
OnIDChanged ( ) : void
OnIDChanging ( int value ) : void
OnLoaded ( ) : void
OnUserIDChanged ( ) : void
OnUserIDChanging ( string value ) : void
OnValidate ( System action ) : void

Method Details

BadgeList() public method

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