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

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: Velir/Sitecore-Analytics Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
GeoIp ( ) : System.Data.Linq

Méthodes protégées

Méthode Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Méthode 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 méthode

public GeoIp ( ) : System.Data.Linq
Résultat System.Data.Linq

SendPropertyChanged() protected méthode

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
Résultat void

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void