프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
public static CreateAndSave ( System.Data.Node node, NotificationType type, string who ) : void | ||
node | System.Data.Node | |
type | NotificationType | |
who | string | |
리턴 | void |
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 |
protected SendPropertyChanged ( String propertyName ) : void | ||
propertyName | String | |
리턴 | void |