C# Class FT.DB.Hit

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Mostra file Open project: friism/folketsting Class Usage Examples

Private Properties

Property Type Description
Initialize void
OnContentIdChanged void
OnContentIdChanging void
OnContentTypeChanged void
OnContentTypeChanging void
OnCreated void
OnDateChanged void
OnDateChanging void
OnDeserializing void
OnHitIdChanged void
OnHitIdChanging void
OnIPChanged void
OnIPChanging void
OnLoaded void
OnValidate void

Public Methods

Method Description
Hit ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
Initialize ( ) : void
OnContentIdChanged ( ) : void
OnContentIdChanging ( int value ) : void
OnContentTypeChanged ( ) : void
OnContentTypeChanging ( ContentType value ) : void
OnCreated ( ) : void
OnDateChanged ( ) : void
OnDateChanging ( System value ) : void
OnDeserializing ( StreamingContext context ) : void
OnHitIdChanged ( ) : void
OnHitIdChanging ( long value ) : void
OnIPChanged ( ) : void
OnIPChanging ( System value ) : void
OnLoaded ( ) : void
OnValidate ( System action ) : void

Method Details

Hit() public method

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