C# Class SenseNet.Messaging.Event

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Show file Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Property Type Description
CreateAndSave void
DeleteAllEvents void
DeleteOldEvents void
GetAllEvents IEnumerable
GetCountOfEvents int
IsSubscriptionExist bool
OnContentPathChanged void
OnContentPathChanging void
OnCreated void
OnCreatorIdChanged void
OnCreatorIdChanging void
OnEventIdChanged void
OnEventIdChanging void
OnLastModifierIdChanged void
OnLastModifierIdChanging void
OnLoaded void
OnNotificationTypeIdChanged void
OnNotificationTypeIdChanging void
OnValidate void
OnWhenChanged void
OnWhenChanging void
OnWhoChanged void
OnWhoChanging void
Save void

Public Methods

Method Description
CreateAndSave ( System.Data.Node node, NotificationType type, string who ) : void
CreateAndSave ( string contentPath, int creatorId, int lastModifierId, NotificationType type, string who ) : void
Event ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
CreateAndSave ( string contentPath, int creatorId, int lastModifierId, NotificationType type, string who, System.DateTime when ) : void
DeleteAllEvents ( ) : void
DeleteOldEvents ( System.DateTime now ) : void
GetAllEvents ( ) : IEnumerable
GetCountOfEvents ( ) : int
IsSubscriptionExist ( string contentPath ) : bool
OnContentPathChanged ( ) : void
OnContentPathChanging ( string value ) : void
OnCreated ( ) : void
OnCreatorIdChanged ( ) : void
OnCreatorIdChanging ( int value ) : void
OnEventIdChanged ( ) : void
OnEventIdChanging ( int value ) : void
OnLastModifierIdChanged ( ) : void
OnLastModifierIdChanging ( int value ) : void
OnLoaded ( ) : void
OnNotificationTypeIdChanged ( ) : void
OnNotificationTypeIdChanging ( int value ) : void
OnValidate ( System action ) : void
OnWhenChanged ( ) : void
OnWhenChanging ( System value ) : void
OnWhoChanged ( ) : void
OnWhoChanging ( string value ) : void
Save ( ) : void

Method Details

CreateAndSave() public static method

public static CreateAndSave ( System.Data.Node node, NotificationType type, string who ) : void
node System.Data.Node
type NotificationType
who string
return void

CreateAndSave() public static method

public static CreateAndSave ( string contentPath, int creatorId, int lastModifierId, NotificationType type, string who ) : void
contentPath string
creatorId int
lastModifierId int
type NotificationType
who string
return void

Event() public method

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