C# 클래스 SenseNet.Messaging.Event

상속: INotifyPropertyChanging, INotifyPropertyChanged
파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

CreateAndSave() 공개 정적인 메소드

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

CreateAndSave() 공개 정적인 메소드

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

Event() 공개 메소드

public Event ( ) : System.Data.Linq
리턴 System.Data.Linq

SendPropertyChanged() 보호된 메소드

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
리턴 void

SendPropertyChanging() 보호된 메소드

protected SendPropertyChanging ( ) : void
리턴 void