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

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Datei anzeigen Open project: Velir/Sitecore-Analytics Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnInstanceNameChanged void
OnInstanceNameChanging void
OnLastFailedChanged void
OnLastFailedChanging void
OnLastSuccessfulChanged void
OnLastSuccessfulChanging void
OnLoaded void
OnStatusIdChanged void
OnStatusIdChanging void
OnTextChanged void
OnTextChanging void
OnValidate void

Public Methods

Method Description
Status ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnInstanceNameChanged ( ) : void
OnInstanceNameChanging ( string value ) : void
OnLastFailedChanged ( ) : void
OnLastFailedChanging ( System value ) : void
OnLastSuccessfulChanged ( ) : void
OnLastSuccessfulChanging ( System value ) : void
OnLoaded ( ) : void
OnStatusIdChanged ( ) : void
OnStatusIdChanging ( System value ) : void
OnTextChanged ( ) : void
OnTextChanging ( string value ) : void
OnValidate ( System action ) : void

Method Details

SendPropertyChanged() protected method

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
return void

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void

Status() public method

public Status ( ) : System.Data.Linq
return System.Data.Linq