IProject Interface |
Namespace: SuperOffice.COM.Application
The IProject type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActiveLinks | ActiveLinks - Number of active links to documents, projects, Urls, appointments, sales, contacts, persons, selections |
![]() | ActivityLinks | The ActivityLinks attached to this project. Add or remove links on this object. |
![]() | Associate | Project Manager - the project's owning Associate |
![]() | AutoSaveOnChangeIdentity | Should the model save on IdentityChanged? |
![]() | AutoSaveOnFlush | Should the model save on flush cache? |
![]() | Changed | has record been changed since read? |
![]() | Counters | Project Counters - when was the most recent activity in this project, how many activities were registered in the period. May be NULL if the Sales Intelligence license is missing. |
![]() | CreatedAssociate | The user that created the object |
![]() | CreatedDate | The date the object was saved to the database. |
![]() | Description | Description text |
![]() | Done | Is Completed |
![]() | EndDate | Gets the end date for this project |
![]() | ExternalFieldChanged | have external fields been changed? |
![]() | ForeignKey | Access Foreign keys linked to this object |
![]() | Group | Primary User group of owning associate. Set implicitly by SetAssociateId |
![]() | Identity | The primary key on the primary table. Is zero for new objects. Is set when an object is saved. |
![]() | IsAvailable | is record available in db? |
![]() | IsFavourite | Add/Remove this project from my favourites |
![]() | IsGuided | Is this project connected to a project guide? |
![]() | IsRequiredFilled | Are all the required fields filled out? Can we save the record? |
![]() | IsValid | does the record exist? |
![]() | Members | Get the project members for this project. |
![]() | Name | Project Name |
![]() | NextMilestoneAppointmentId | Gets the appointmentId for the next milestone |
![]() | NextMilestoneDate | Gets the date for the next milestone |
![]() | Picture | Returns the project picture as an ISOPicture object. |
![]() | PostItText | PostItText |
![]() | ProjectNumber | Project Number |
![]() | PublishType | Publish type for this project. Published projects may be visible on the extranet. |
![]() | Sentry | Sentry settings for this object. Lets you find out your read/write access to the object. |
![]() | Status | Project Status - list item - enTableProjStatus=88 |
![]() | StatusMonitors | Project Status Monitors - list of all active status monitors indexed by id. May return an error if the Sales Intelligence license is missing. |
![]() | SuggestedAppointments | Returns a collection of suggested appointments for this project |
![]() | SuggestedDocuments | Returns a collection of suggested documents for this project |
![]() | Type | Project Type - list item - enTableProjType=85 |
![]() | UDef | User defined fields object |
![]() | UpdatedAssociate | The last user to modify the object |
![]() | UpdatedDate | The date of the most recent update. |
![]() | Urls | Web addresses |
![]() | ValidationMessage | get validation message, if empty model will think it is ok to save |
Name | Description | |
---|---|---|
![]() | CancelChanges | Undo any changes made since the object was loaded. |
![]() | ChangeIdentity | Loads a different record into the object. Causes changes to the existing object to be saved first. |
![]() | Clone | Clone this project |
![]() | Delete | Delete the object from the database. May throw an error if you are not allowed to delete the object. |
![]() | GetActivityList | |
![]() | MergeTo | Merge this project into the passed project, together with projectmembers and appointments registered on this project. |
![]() | Save | Persist the object to the database. May throw an error if you are not allowed to save changes to the object. |
![]() | SetDefaults | Populate the object with default values, such as setting the owner to the current user. |