Click or drag to resize
EventPanel Methods

The EventPanel type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddCoordinator
Add a coordinator.
Public methodStatic memberAddExpense
Add an expense under the 'Expenses' tab.
Public methodStatic memberAddPreference
Add a Preference to an Event under the 'Options' tab
Public methodStatic memberAddRegistrant
Start to add a registrant by clicking the add button under the 'Registrations' tab.
Public methodStatic memberAddRegistrationOption
Add a registration option.
Public methodStatic memberAddTaskDialog
Initiate the dialog for adding a task on the 'Tasks/Coordinators' tab. Note: This is technically a different dialog than the dialog for editing a task.
Public methodStatic memberCoordinatorExists
Check if the event record panel has the provided coordinator listed.
Public methodStatic memberCopyRegistrationOptions
Copy the registration options from another existing event.
Public methodStatic memberEditTask
Open the 'Edit task' dialog for task in the 'Tasks/Coordinators' tab. Note: This is technically a different dialog than the dialog for adding a task.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberExpenseExists
Check if an expense exists in the 'Expenses' tab.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsEventName
Check if the event record panel has the provided name.
Public methodStatic memberIsLocation
Check if the event record panel occurs at the provided location.
Public methodStatic memberIsStartDate
Check if the event record panel starts on the provided start date.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberPreferenceExists
Check if a preference exists under the 'Options' tab of the current Event Panel.
Public methodStatic memberRegistrationOptionExists
Check if a registration option exists.
Public methodStatic memberReminderExists
Check if a reminder exists on task in the 'Tasks/Coordinators' tab.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also