C# Class Blog.DAL.Tagi

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Show file Open project: d3dek/AwesomeBlog Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnLoaded void
OnValidate void
OndescriptionChanged void
OndescriptionChanging void
Onid_postaChanged void
Onid_postaChanging void
OnkeywordsChanged void
OnkeywordsChanging void

Public Methods

Method Description
Tagi ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnLoaded ( ) : void
OnValidate ( System action ) : void
OndescriptionChanged ( ) : void
OndescriptionChanging ( string value ) : void
Onid_postaChanged ( ) : void
Onid_postaChanging ( int value ) : void
OnkeywordsChanged ( ) : void
OnkeywordsChanging ( string value ) : void

Method Details

SendPropertyChanged() protected method

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

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void

Tagi() public method

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