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

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

Private Properties

Свойство Type Description
OnCreated void
OnHeightChanged void
OnHeightChanging void
OnLoaded void
OnScreenIdChanged void
OnScreenIdChanging void
OnTextChanged void
OnTextChanging void
OnValidate void
OnWidthChanged void
OnWidthChanging void
attach_Visits void
detach_Visits void

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
OnCreated ( ) : void
OnHeightChanged ( ) : void
OnHeightChanging ( int value ) : void
OnLoaded ( ) : void
OnScreenIdChanged ( ) : void
OnScreenIdChanging ( System value ) : void
OnTextChanged ( ) : void
OnTextChanging ( string value ) : void
OnValidate ( System action ) : void
OnWidthChanged ( ) : void
OnWidthChanging ( int value ) : void
attach_Visits ( Visit entity ) : void
detach_Visits ( Visit entity ) : void

Method Details

Screen() public méthode

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