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

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

Private Properties

Property Type Description
OnCreated void
OnLoaded void
OnLocationIdChanged void
OnLocationIdChanging void
OnMailRecipientsChanged void
OnMailRecipientsChanging void
OnNotificationSubscriptionsIdChanged void
OnNotificationSubscriptionsIdChanging void
OnValidate void

Public Methods

Method Description
NotificationSubscription ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnLoaded ( ) : void
OnLocationIdChanged ( ) : void
OnLocationIdChanging ( System value ) : void
OnMailRecipientsChanged ( ) : void
OnMailRecipientsChanging ( string value ) : void
OnNotificationSubscriptionsIdChanged ( ) : void
OnNotificationSubscriptionsIdChanging ( System value ) : void
OnValidate ( System action ) : void

Method Details

NotificationSubscription() public method

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