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

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

Private Properties

Property Type Description
OnCreated void
OnLoaded void
OnPatternIdChanged void
OnPatternIdChanging void
OnPatternLabelChanged void
OnPatternLabelChanging void
OnPatternValuesChanged void
OnPatternValuesChanging void
OnProfileIdChanged void
OnProfileIdChanging void
OnProfileNameChanged void
OnProfileNameChanging void
OnValidate void
OnVisitIdChanged void
OnVisitIdChanging void
OnVisitorIdChanged void
OnVisitorIdChanging void
OnrnChanged void
OnrnChanging void

Public Methods

Method Description
Profile ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnLoaded ( ) : void
OnPatternIdChanged ( ) : void
OnPatternIdChanging ( System value ) : void
OnPatternLabelChanged ( ) : void
OnPatternLabelChanging ( string value ) : void
OnPatternValuesChanged ( ) : void
OnPatternValuesChanging ( string value ) : void
OnProfileIdChanged ( ) : void
OnProfileIdChanging ( System value ) : void
OnProfileNameChanged ( ) : void
OnProfileNameChanging ( string value ) : void
OnValidate ( System action ) : void
OnVisitIdChanged ( ) : void
OnVisitIdChanging ( System value ) : void
OnVisitorIdChanged ( ) : void
OnVisitorIdChanging ( System value ) : void
OnrnChanged ( ) : void
OnrnChanging ( long value ) : void

Method Details

Profile() public method

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

SendPropertyChanged() protected method

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

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void