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

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
OnTrafficType1Changed void
OnTrafficType1Changing void
OnValidate void
attach_ReferringSites void
attach_Visits void
detach_ReferringSites void
detach_Visits void

Public Methods

Method Description
TrafficType ( ) : 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
OnTrafficType1Changed ( ) : void
OnTrafficType1Changing ( int value ) : void
OnValidate ( System action ) : void
attach_ReferringSites ( ReferringSite entity ) : void
attach_Visits ( Visit entity ) : void
detach_ReferringSites ( ReferringSite 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

TrafficType() public method

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