The CActivity 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 memberGetActivities(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.
Public methodStatic memberGetActivities(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.
Public methodStatic memberGetContactActivities(IiMISUser, String)
Retrieves all of the Activity objects for the specified Contact.
Public methodStatic memberGetContactActivities(IiMISUser, String, String)
Retrieves all of the Activity objects for the specified Contact with the specified ActivityType.
Public methodStatic memberGetContactActivities(IiMISUser, String, DateTime, DateTime)
Retrieves all of the Activity objects for the specified Contact with a TransactionDate within the specified date range.
Public methodStatic memberGetContactActivities(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.
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 methodSave()()()()
Saves the Activity record to the database
Public methodSave(DataServer)
Saves the Activity record to the database
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodValidate
Validates the properties of the object to make sure they conform to iMIS business rules.
(Overrides iboBase..::..Validate()()()().)

See Also