C# Class Sitecore.SharedSource.Analytics.Context.Cache_VisitorsByLocation

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Mostra file Open project: Velir/Sitecore-Analytics Class Usage Examples

Private Properties

Property Type Description
OnCountryChanged void
OnCountryChanging void
OnCreated void
OnDateChanged void
OnDateChanging void
OnLoaded void
OnLocationIdChanged void
OnLocationIdChanging void
OnRegionChanged void
OnRegionChanging void
OnValidate void
OnValueChanged void
OnValueChanging void
OnVisitorClassificationChanged void
OnVisitorClassificationChanging void
OnVisitorIdChanged void
OnVisitorIdChanging void
OnVisitsChanged void
OnVisitsChanging void
OnrnChanged void
OnrnChanging void

Public Methods

Method Description
Cache_VisitorsByLocation ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCountryChanged ( ) : void
OnCountryChanging ( string value ) : void
OnCreated ( ) : void
OnDateChanged ( ) : void
OnDateChanging ( string value ) : void
OnLoaded ( ) : void
OnLocationIdChanged ( ) : void
OnLocationIdChanging ( System value ) : void
OnRegionChanged ( ) : void
OnRegionChanging ( string value ) : void
OnValidate ( System action ) : void
OnValueChanged ( ) : void
OnValueChanging ( System value ) : void
OnVisitorClassificationChanged ( ) : void
OnVisitorClassificationChanging ( int value ) : void
OnVisitorIdChanged ( ) : void
OnVisitorIdChanging ( System value ) : void
OnVisitsChanged ( ) : void
OnVisitsChanging ( System value ) : void
OnrnChanged ( ) : void
OnrnChanging ( long value ) : void

Method Details

Cache_VisitorsByLocation() public method

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