The CEvent type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CheckAndModifyEditStatus |
Sets the EditStatus to Modified if it is Unchanged
(Inherited from iboBase.) | |
| Delete |
Marks this object to be deleted when the save is done
(Inherited from iboBase.) | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetAllEvents |
Gets all events in the system, ordered by the event start date
| |
| GetAllEventsByType |
Gets all events of the given type, ordered by the event start date
| |
| GetAllEventsInRange |
Gets all events that start within the date range specified, ordered by the event start date.
| |
| GetAllEventsInRangeByType |
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
| |
| GetAllFutureEvents |
Gets all events that start after today, ordered by the event start date
| |
| GetAllFutureEventsByType |
Gets all events of the given type that start after today, ordered by the event start date
| |
| GetEvents |
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.
| |
| GetFeesForFunction |
Gets a dictionary of CFunctionFee objects for the supplied functionCode.
| |
| GetFunctionByCode |
Look up and return a CFunction object given a functionCode.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| NewFunction |
Add a function to the internal collection of functions associated
with this event.
| |
| Save()()()() |
Saves the CEvent object along with all of its child records to the database using a new
DataServer object.
| |
| Save(DataServer) |
Saves the CEvent object along with all of its child records to the database using
the supplied DataServer object and a new transaction.
| |
| Save(DataServer, Boolean) |
Saves the CEvent object along with all of its child records to the database using
the supplied DataServer object.
| |
| ToString | (Inherited from Object.) | |
| Validate |
Makes sure that all of the property data passes the iMIS business rules.
(Overrides iboBase..::..Validate()()()().) |