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

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

Private Properties

Property Type Description
OnCreated void
OnKeywordsIdChanged void
OnKeywordsIdChanging void
OnLoaded void
OnTextChanged void
OnTextChanging void
OnValidate void
attach_Visits void
detach_Visits void

Public Methods

Method Description
Keyword ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnKeywordsIdChanged ( ) : void
OnKeywordsIdChanging ( System value ) : void
OnLoaded ( ) : void
OnTextChanged ( ) : void
OnTextChanging ( string value ) : void
OnValidate ( System action ) : void
attach_Visits ( Visit entity ) : void
detach_Visits ( Visit entity ) : void

Method Details

Keyword() public method

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