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

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

Private Properties

Property 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

Public Methods

Method Description
Screen ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method 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 method

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