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

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
ファイルを表示 Open project: Velir/Sitecore-Analytics Class Usage Examples

Private Properties

Property Type Description
OnBusinessNameChanged void
OnBusinessNameChanging void
OnCountryChanged void
OnCountryChanging void
OnCreated void
OnExternalUserChanged void
OnExternalUserChanging void
OnIntegrationIdChanged void
OnIntegrationIdChanging void
OnIntegrationLabelChanged void
OnIntegrationLabelChanging void
OnLoaded void
OnLocationIdChanged void
OnLocationIdChanging void
OnValidate void
OnVisitorClassificationChanged void
OnVisitorClassificationChanging void
attach_NotificationSubscriptions void
attach_Visits void
detach_NotificationSubscriptions void
detach_Visits void

Public Methods

Method Description
Location ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnBusinessNameChanged ( ) : void
OnBusinessNameChanging ( string value ) : void
OnCountryChanged ( ) : void
OnCountryChanging ( string value ) : void
OnCreated ( ) : void
OnExternalUserChanged ( ) : void
OnExternalUserChanging ( string value ) : void
OnIntegrationIdChanged ( ) : void
OnIntegrationIdChanging ( System value ) : void
OnIntegrationLabelChanged ( ) : void
OnIntegrationLabelChanging ( string value ) : void
OnLoaded ( ) : void
OnLocationIdChanged ( ) : void
OnLocationIdChanging ( System value ) : void
OnValidate ( System action ) : void
OnVisitorClassificationChanged ( ) : void
OnVisitorClassificationChanging ( int value ) : void
attach_NotificationSubscriptions ( NotificationSubscription entity ) : void
attach_Visits ( Visit entity ) : void
detach_NotificationSubscriptions ( NotificationSubscription entity ) : void
detach_Visits ( Visit entity ) : void

Method Details

Location() public method

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