The CActivity 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.) | |
| GetActivities(IiMISUser, String, String, array<SqlParameter>[]()[][]) |
Retrieves a collection of Activities from the database using the supplied SQL FROM and WHERE criteria and parameters.
The starting SQL is: SELECT Activity.* FROM Activity {0} WHERE 1 = 1 {1}. So any additional FROM criteria should look something like:
", Product" or "INNER JOIN Product ON Activity.PRODUCT_CODE = Product.PRODUCT_CODE" etc. Any additional WHERE criteria should start with AND, like:
"AND Activity.PRODUCT_CODE = Product.PRODUCT_CODE" etc.
| |
| GetActivities(DataServer, IiMISUser, String, String, array<SqlParameter>[]()[][]) |
Retrieves a collection of Activities from the database using the supplied SQL FROM and WHERE criteria and parameters.
The starting SQL is: SELECT Activity.* FROM Activity {0} WHERE 1 = 1 {1}. So any additional FROM criteria should look something like:
", Product" or "INNER JOIN Product ON Activity.PRODUCT_CODE = Product.PRODUCT_CODE" etc. Any additional WHERE criteria should start with AND, like:
"AND Activity.PRODUCT_CODE = Product.PRODUCT_CODE" etc.
| |
| GetContactActivities(IiMISUser, String) |
Retrieves all of the Activity objects for the specified Contact.
| |
| GetContactActivities(IiMISUser, String, String) |
Retrieves all of the Activity objects for the specified Contact with the specified ActivityType.
| |
| GetContactActivities(IiMISUser, String, DateTime, DateTime) |
Retrieves all of the Activity objects for the specified Contact with a TransactionDate within the specified date range.
| |
| GetContactActivities(IiMISUser, String, String, DateTime, DateTime) |
Retrieves all of the Activity objects for the specified Contact with the specified ActivityType
with a TransactionDate within the specified date range.
| |
| 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.) | |
| Save()()()() |
Saves the Activity record to the database
| |
| Save(DataServer) |
Saves the Activity record to the database
| |
| ToString | (Inherited from Object.) | |
| Validate |
Validates the properties of the object to make sure they conform to iMIS business rules.
(Overrides iboBase..::..Validate()()()().) |