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

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Datei anzeigen Open project: Velir/Sitecore-Analytics Class Usage Examples

Private Properties

Property Type Description
OnAuthenticationLevelChanged void
OnAuthenticationLevelChanging void
OnCreated void
OnExternalUserChanged void
OnExternalUserChanging void
OnIntegrationIdChanged void
OnIntegrationIdChanging void
OnIntegrationLabelChanged void
OnIntegrationLabelChanging void
OnLoaded void
OnOverrideVisitorClassificationChanged void
OnOverrideVisitorClassificationChanging void
OnValidate void
OnValueChanged void
OnValueChanging void
OnVisitCountChanged void
OnVisitCountChanging void
OnVisitorClassificationChanged void
OnVisitorClassificationChanging void
OnVisitorIdChanged void
OnVisitorIdChanging void
OnrnChanged void
OnrnChanging void
attach_AutomationStates void
attach_PageEvents void
attach_Pages void
attach_Profiles void
attach_VisitorTags void
attach_Visits void
detach_AutomationStates void
detach_PageEvents void
detach_Pages void
detach_Profiles void
detach_VisitorTags void
detach_Visits void

Public Methods

Method Description
Visitor ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnAuthenticationLevelChanged ( ) : void
OnAuthenticationLevelChanging ( int value ) : void
OnCreated ( ) : void
OnExternalUserChanged ( ) : void
OnExternalUserChanging ( string value ) : void
OnIntegrationIdChanged ( ) : void
OnIntegrationIdChanging ( System value ) : void
OnIntegrationLabelChanged ( ) : void
OnIntegrationLabelChanging ( string value ) : void
OnLoaded ( ) : void
OnOverrideVisitorClassificationChanged ( ) : void
OnOverrideVisitorClassificationChanging ( int value ) : void
OnValidate ( System action ) : void
OnValueChanged ( ) : void
OnValueChanging ( int value ) : void
OnVisitCountChanged ( ) : void
OnVisitCountChanging ( int value ) : void
OnVisitorClassificationChanged ( ) : void
OnVisitorClassificationChanging ( int value ) : void
OnVisitorIdChanged ( ) : void
OnVisitorIdChanging ( System value ) : void
OnrnChanged ( ) : void
OnrnChanging ( long value ) : void
attach_AutomationStates ( AutomationState entity ) : void
attach_PageEvents ( PageEvent entity ) : void
attach_Pages ( Page entity ) : void
attach_Profiles ( Profile entity ) : void
attach_VisitorTags ( VisitorTag entity ) : void
attach_Visits ( Visit entity ) : void
detach_AutomationStates ( AutomationState entity ) : void
detach_PageEvents ( PageEvent entity ) : void
detach_Pages ( Page entity ) : void
detach_Profiles ( Profile entity ) : void
detach_VisitorTags ( VisitorTag entity ) : void
detach_Visits ( Visit entity ) : void

Method Details

SendPropertyChanged() protected method

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
return void

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void

Visitor() public method

public Visitor ( ) : System.Data.Linq
return System.Data.Linq