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

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

Private Properties

Property Type Description
OnCreated void
OnLoaded void
OnTextChanged void
OnTextChanging void
OnValidate void
OnVisitorClassification1Changed void
OnVisitorClassification1Changing void
attach_GeoIps void
attach_Locations void
attach_UserAgents void
attach_Visitors void
attach_Visitors1 void
detach_GeoIps void
detach_Locations void
detach_UserAgents void
detach_Visitors void
detach_Visitors1 void

Public Methods

Method Description
VisitorClassification ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnLoaded ( ) : void
OnTextChanged ( ) : void
OnTextChanging ( string value ) : void
OnValidate ( System action ) : void
OnVisitorClassification1Changed ( ) : void
OnVisitorClassification1Changing ( int value ) : void
attach_GeoIps ( GeoIp entity ) : void
attach_Locations ( Location entity ) : void
attach_UserAgents ( UserAgent entity ) : void
attach_Visitors ( Visitor entity ) : void
attach_Visitors1 ( Visitor entity ) : void
detach_GeoIps ( GeoIp entity ) : void
detach_Locations ( Location entity ) : void
detach_UserAgents ( UserAgent entity ) : void
detach_Visitors ( Visitor entity ) : void
detach_Visitors1 ( Visitor entity ) : void

Method Details

SendPropertyChanged() protected method

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

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void

VisitorClassification() public method

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