C# Class BlipFace.WebServices.CountUse

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Show file Open project: ksopyla/blipface Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnDateUseChanged void
OnDateUseChanging void
OnIdChanged void
OnIdChanging void
OnLoaded void
OnUserGuidChanged void
OnUserGuidChanging void
OnValidate void
OnVersionChanged void
OnVersionChanging void

Public Methods

Method Description
CountUse ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnDateUseChanged ( ) : void
OnDateUseChanging ( System value ) : void
OnIdChanged ( ) : void
OnIdChanging ( int value ) : void
OnLoaded ( ) : void
OnUserGuidChanged ( ) : void
OnUserGuidChanging ( string value ) : void
OnValidate ( System action ) : void
OnVersionChanged ( ) : void
OnVersionChanging ( string value ) : void

Method Details

CountUse() public method

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