The CEvent type exposes the following members.

Methods

  NameDescription
Protected methodCheckAndModifyEditStatus
Sets the EditStatus to Modified if it is Unchanged
(Inherited from iboBase.)
Public methodDelete
Marks this object to be deleted when the save is done
(Inherited from iboBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetAllEvents
Gets all events in the system, ordered by the event start date
Public methodStatic memberGetAllEventsByType
Gets all events of the given type, ordered by the event start date
Public methodStatic memberGetAllEventsInRange
Gets all events that start within the date range specified, ordered by the event start date.
Public methodStatic memberGetAllEventsInRangeByType
Gets all events of the given type that start within the date range specified and have the supplied type, ordered by the event start date
Public methodStatic memberGetAllFutureEvents
Gets all events that start after today, ordered by the event start date
Public methodStatic memberGetAllFutureEventsByType
Gets all events of the given type that start after today, ordered by the event start date
Public methodStatic memberGetEvents
Retrieves a collection of Events from the database using the supplied SQL FROM and WHERE criteria and parameters. The starting SQL is: SELECT Meet_Master.* FROM Meet_Master {0} WHERE 1 = 1 {1}. So any additional FROM criteria should look something like: ", Product" or "INNER JOIN Product ON Meet_Master.MEETING = Product.PRODUCT_CODE" etc. Any additional WHERE criteria should start with AND, like: "AND Meet_Master.MEETING = Product.PRODUCT_CODE" etc.
Public methodGetFeesForFunction
Gets a dictionary of CFunctionFee objects for the supplied functionCode.
Public methodGetFunctionByCode
Look up and return a CFunction object given a functionCode.
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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNewFunction
Add a function to the internal collection of functions associated with this event.
Public methodSave()()()()
Saves the CEvent object along with all of its child records to the database using a new DataServer object.
Public methodSave(DataServer)
Saves the CEvent object along with all of its child records to the database using the supplied DataServer object and a new transaction.
Public methodSave(DataServer, Boolean)
Saves the CEvent object along with all of its child records to the database using the supplied DataServer object.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodValidate
Makes sure that all of the property data passes the iMIS business rules.
(Overrides iboBase..::..Validate()()()().)

See Also