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

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

Private Properties

Property Type Description
OnCachedValueChanged void
OnCachedValueChanging void
OnCreated void
OnFetchedChanged void
OnFetchedChanging void
OnIpChanged void
OnIpChanging void
OnLoaded void
OnStatusChanged void
OnStatusChanging void
OnValidate void
OnVisitorClassificationChanged void
OnVisitorClassificationChanging void
attach_Visits void
detach_Visits void

Public Methods

Method Description
GeoIp ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCachedValueChanged ( ) : void
OnCachedValueChanging ( string value ) : void
OnCreated ( ) : void
OnFetchedChanged ( ) : void
OnFetchedChanging ( System value ) : void
OnIpChanged ( ) : void
OnIpChanging ( System value ) : void
OnLoaded ( ) : void
OnStatusChanged ( ) : void
OnStatusChanging ( byte value ) : void
OnValidate ( System action ) : void
OnVisitorClassificationChanged ( ) : void
OnVisitorClassificationChanging ( int value ) : void
attach_Visits ( Visit entity ) : void
detach_Visits ( Visit entity ) : void

Method Details

GeoIp() public method

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