C# Class ActivEarth.Server.Service.GroupHashtagDataProvider

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Datei anzeigen Open project: mlcamilli/ActivEarth Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnLoaded void
OnValidate void
Ongroup_idChanged void
Ongroup_idChanging void
OnhashtagChanged void
OnhashtagChanging void
OnidChanged void
OnidChanging void

Public Methods

Method Description
GroupHashtagDataProvider ( ) : 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
Ongroup_idChanged ( ) : void
Ongroup_idChanging ( int value ) : void
OnhashtagChanged ( ) : void
OnhashtagChanging ( string value ) : void
OnidChanged ( ) : void
OnidChanging ( int value ) : void

Method Details

GroupHashtagDataProvider() public method

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