JAMS 6.x Help
SchedulerEventArgs Class Members
Fields  Properties  Methods 


The following tables list the members exposed by SchedulerEventArgs.

Public Constructors
 NameDescription
Public ConstructorSchedulerEventArgs ConstructorOverloaded.   
Top
Protected Fields
 NameDescription
Protected Fieldm_NotifyEMailThe backer for NotifyEMail  
Protected Fieldm_NotifyOtherThe backer for NotifyOther  
Protected Fieldm_NotifyUsersThe backer for NotifyUsers  
Top
Public Properties
 NameDescription
Public PropertyAlertsCollection of Alerts that are tied to this event.  
Public PropertyAlertTypeReturns the type of Alert that will handle this event.  
Public PropertyDefaultNotifyEMailDefault Notify Email Address  
Public PropertyDefaultNotifyOtherDefault Notify Others  
Public PropertyDefaultNotifyUsersDefault Notify Users  
Public PropertyEventIdGets or sets the SchedulerEventId for this event  
Public PropertyNotifyEMailGets or sets the list of e-mail addresses that should be notified.

Note that an event handler can modify this list and subsequent event handlers will get the modified list.

 
Public PropertyNotifyOtherGets or sets the list of "Other" targets that should be notified.

Note that an event handler can modify this list and subsequent event handlers will get the modified list.

 
Public PropertyNotifyUsersGets or sets the list of users that should be notified.

Note that an event handler can modify this list and subsequent event handlers will get the modified list.

 
Public PropertyServerGets a JAMS Server that can be used when handling this event.  
Top
Public Methods
 NameDescription
Public MethodCloneCreates a Copy of this object  
Top
Protected Methods
 NameDescription
Protected MethodMergeNameListsMerge the names from all the places they can come from  
Top
See Also

Reference

SchedulerEventArgs Class
MVPSI.JAMSScheduler Namespace

Send Feedback