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

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: Velir/Sitecore-Analytics Class Usage Examples

Private Properties

Свойство Type Description
OnCreated void
OnKeywordsIdChanged void
OnKeywordsIdChanging void
OnLoaded void
OnTextChanged void
OnTextChanging void
OnValidate void
attach_Visits void
detach_Visits void

Méthodes publiques

Méthode Description
Keyword ( ) : System.Data.Linq

Méthodes protégées

Méthode Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Méthode 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 méthode

public Keyword ( ) : System.Data.Linq
Résultat System.Data.Linq

SendPropertyChanged() protected méthode

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
Résultat void

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void