프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AddRelatedEvent | void | ||
GetActiveSubscriptionsByFrequency | IEnumerable |
||
GetSubscriptionsByUser | IEnumerable |
||
OnActiveChanged | void | ||
OnActiveChanging | void | ||
OnContentPathChanged | void | ||
OnContentPathChanging | void | ||
OnCreated | void | ||
OnFrequencyIdChanged | void | ||
OnFrequencyIdChanging | void | ||
OnLanguageChanged | void | ||
OnLanguageChanging | void | ||
OnLoaded | void | ||
OnSitePathChanged | void | ||
OnSitePathChanging | void | ||
OnSiteUrlChanged | void | ||
OnSiteUrlChanging | void | ||
OnSubscriptionIdChanged | void | ||
OnSubscriptionIdChanging | void | ||
OnUserEmailChanged | void | ||
OnUserEmailChanging | void | ||
OnUserIdChanged | void | ||
OnUserIdChanging | void | ||
OnUserNameChanged | void | ||
OnUserNameChanging | void | ||
OnUserPathChanged | void | ||
OnUserPathChanging | void | ||
OnValidate | void | ||
SetActivation | void |
메소드 | 설명 | |
---|---|---|
ActivateSubscription ( User subscriber, System.Data.Node target ) : void | ||
DeleteAllSubscriptions ( ) : void | ||
GetActiveSubscriptionsByUser ( User subscriber ) : IEnumerable |
||
GetActiveSubscriptionsByUser ( string userPath ) : IEnumerable |
||
GetAllSubscriptions ( ) : IEnumerable |
||
GetCountOfSubscriptions ( ) : int | ||
GetInactiveSubscriptionsByUser ( User subscriber ) : IEnumerable |
||
GetInactiveSubscriptionsByUser ( string userPath ) : IEnumerable |
||
GetSubscriptionByUser ( User subscriber, System.Data.Node target ) : |
||
GetSubscriptionByUser ( User subscriber, System.Data.Node target, bool isActive ) : |
||
GetSubscriptionByUser ( string subscriberPath, string contentPath ) : |
||
GetSubscriptionByUser ( string subscriberPath, string contentPath, bool isActive ) : |
||
GetSubscriptionsByContent ( System.Data.Node target ) : IEnumerable |
||
GetSubscriptionsByContent ( string contentPath ) : IEnumerable |
||
GetSubscriptionsByUser ( User subscriber ) : IEnumerable |
||
GetSubscriptionsByUser ( string userPath ) : IEnumerable |
||
InactivateSubscription ( User subscriber, System.Data.Node target ) : void | ||
Save ( ) : void | ||
Subscribe ( User subscriber, System.Data.Node target, NotificationFrequency frequency, string language, string sitePath, string siteUrl ) : void | ||
Subscribe ( User subscriber, System.Data.Node target, NotificationFrequency frequency, string language, string sitePath, string siteUrl, bool isActive ) : void | ||
Subscription ( ) : System.Data.Linq | ||
UnSubscribe ( User subscriber, System.Data.Node target ) : void | ||
UnSubscribeAll ( User subscriber ) : void | ||
UnSubscribeFrom ( System.Data.Node target ) : void |
메소드 | 설명 | |
---|---|---|
SendPropertyChanged ( String propertyName ) : void | ||
SendPropertyChanging ( ) : void |
메소드 | 설명 | |
---|---|---|
AddRelatedEvent ( |
||
GetActiveSubscriptionsByFrequency ( NotificationFrequency frequency ) : IEnumerable |
||
GetSubscriptionsByUser ( string subscriberPath, bool isActive ) : IEnumerable |
||
OnActiveChanged ( ) : void | ||
OnActiveChanging ( byte value ) : void | ||
OnContentPathChanged ( ) : void | ||
OnContentPathChanging ( string value ) : void | ||
OnCreated ( ) : void | ||
OnFrequencyIdChanged ( ) : void | ||
OnFrequencyIdChanging ( int value ) : void | ||
OnLanguageChanged ( ) : void | ||
OnLanguageChanging ( string value ) : void | ||
OnLoaded ( ) : void | ||
OnSitePathChanged ( ) : void | ||
OnSitePathChanging ( string value ) : void | ||
OnSiteUrlChanged ( ) : void | ||
OnSiteUrlChanging ( string value ) : void | ||
OnSubscriptionIdChanged ( ) : void | ||
OnSubscriptionIdChanging ( int value ) : void | ||
OnUserEmailChanged ( ) : void | ||
OnUserEmailChanging ( string value ) : void | ||
OnUserIdChanged ( ) : void | ||
OnUserIdChanging ( int value ) : void | ||
OnUserNameChanged ( ) : void | ||
OnUserNameChanging ( string value ) : void | ||
OnUserPathChanged ( ) : void | ||
OnUserPathChanging ( string value ) : void | ||
OnValidate ( System action ) : void | ||
SetActivation ( User subscriber, System.Data.Node target, bool value ) : void |
public static ActivateSubscription ( User subscriber, System.Data.Node target ) : void | ||
subscriber | User | |
target | System.Data.Node | |
리턴 | void |
public static GetActiveSubscriptionsByUser ( User subscriber ) : IEnumerable |
||
subscriber | User | |
리턴 | IEnumerable |
public static GetActiveSubscriptionsByUser ( string userPath ) : IEnumerable |
||
userPath | string | |
리턴 | IEnumerable |
public static GetInactiveSubscriptionsByUser ( User subscriber ) : IEnumerable |
||
subscriber | User | |
리턴 | IEnumerable |
public static GetInactiveSubscriptionsByUser ( string userPath ) : IEnumerable |
||
userPath | string | |
리턴 | IEnumerable |
public static GetSubscriptionByUser ( User subscriber, System.Data.Node target ) : |
||
subscriber | User | |
target | System.Data.Node | |
리턴 |
public static GetSubscriptionByUser ( User subscriber, System.Data.Node target, bool isActive ) : |
||
subscriber | User | |
target | System.Data.Node | |
isActive | bool | |
리턴 |
public static GetSubscriptionByUser ( string subscriberPath, string contentPath ) : |
||
subscriberPath | string | |
contentPath | string | |
리턴 |
public static GetSubscriptionByUser ( string subscriberPath, string contentPath, bool isActive ) : |
||
subscriberPath | string | |
contentPath | string | |
isActive | bool | |
리턴 |
public static GetSubscriptionsByContent ( System.Data.Node target ) : IEnumerable |
||
target | System.Data.Node | |
리턴 | IEnumerable |
public static GetSubscriptionsByContent ( string contentPath ) : IEnumerable |
||
contentPath | string | |
리턴 | IEnumerable |
public static GetSubscriptionsByUser ( User subscriber ) : IEnumerable |
||
subscriber | User | |
리턴 | IEnumerable |
public static GetSubscriptionsByUser ( string userPath ) : IEnumerable |
||
userPath | string | |
리턴 | IEnumerable |
public static InactivateSubscription ( User subscriber, System.Data.Node target ) : void | ||
subscriber | User | |
target | System.Data.Node | |
리턴 | void |
protected SendPropertyChanged ( String propertyName ) : void | ||
propertyName | String | |
리턴 | void |
public static Subscribe ( User subscriber, System.Data.Node target, NotificationFrequency frequency, string language, string sitePath, string siteUrl ) : void | ||
subscriber | User | |
target | System.Data.Node | |
frequency | NotificationFrequency | |
language | string | |
sitePath | string | |
siteUrl | string | |
리턴 | void |
public static Subscribe ( User subscriber, System.Data.Node target, NotificationFrequency frequency, string language, string sitePath, string siteUrl, bool isActive ) : void | ||
subscriber | User | |
target | System.Data.Node | |
frequency | NotificationFrequency | |
language | string | |
sitePath | string | |
siteUrl | string | |
isActive | bool | |
리턴 | void |
public static UnSubscribe ( User subscriber, System.Data.Node target ) : void | ||
subscriber | User | |
target | System.Data.Node | |
리턴 | void |
public static UnSubscribeAll ( User subscriber ) : void | ||
subscriber | User | |
리턴 | void |
public static UnSubscribeFrom ( System.Data.Node target ) : void | ||
target | System.Data.Node | |
리턴 | void |