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

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

Private Properties

Свойство Type Description
OnBrowserIdChanged void
OnBrowserIdChanging void
OnCreated void
OnLoaded void
OnMajorNameChanged void
OnMajorNameChanging void
OnMinorNameChanged void
OnMinorNameChanging void
OnValidate void
OnVersionChanged void
OnVersionChanging void
attach_Visits void
detach_Visits void

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
OnBrowserIdChanged ( ) : void
OnBrowserIdChanging ( System value ) : void
OnCreated ( ) : void
OnLoaded ( ) : void
OnMajorNameChanged ( ) : void
OnMajorNameChanging ( string value ) : void
OnMinorNameChanged ( ) : void
OnMinorNameChanging ( string value ) : void
OnValidate ( System action ) : void
OnVersionChanged ( ) : void
OnVersionChanging ( string value ) : void
attach_Visits ( Visit entity ) : void
detach_Visits ( Visit entity ) : void

Method Details

Browser() public méthode

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