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

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

Private Properties

Свойство Type Description
OnBusinessNameChanged void
OnBusinessNameChanging void
OnCountryChanged void
OnCountryChanging void
OnCreated void
OnExternalUserChanged void
OnExternalUserChanging void
OnIntegrationIdChanged void
OnIntegrationIdChanging void
OnIntegrationLabelChanged void
OnIntegrationLabelChanging void
OnLoaded void
OnLocationIdChanged void
OnLocationIdChanging void
OnValidate void
OnVisitorClassificationChanged void
OnVisitorClassificationChanging void
attach_NotificationSubscriptions void
attach_Visits void
detach_NotificationSubscriptions void
detach_Visits void

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
OnBusinessNameChanged ( ) : void
OnBusinessNameChanging ( string value ) : void
OnCountryChanged ( ) : void
OnCountryChanging ( string value ) : void
OnCreated ( ) : void
OnExternalUserChanged ( ) : void
OnExternalUserChanging ( string value ) : void
OnIntegrationIdChanged ( ) : void
OnIntegrationIdChanging ( System value ) : void
OnIntegrationLabelChanged ( ) : void
OnIntegrationLabelChanging ( string value ) : void
OnLoaded ( ) : void
OnLocationIdChanged ( ) : void
OnLocationIdChanging ( System value ) : void
OnValidate ( System action ) : void
OnVisitorClassificationChanged ( ) : void
OnVisitorClassificationChanging ( int value ) : void
attach_NotificationSubscriptions ( NotificationSubscription entity ) : void
attach_Visits ( Visit entity ) : void
detach_NotificationSubscriptions ( NotificationSubscription entity ) : void
detach_Visits ( Visit entity ) : void

Method Details

Location() public méthode

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