IRelation Interface |
Namespace: SuperOffice.COM.Application
The IRelation type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActiveText | ActiveText |
![]() | Changed | has record been changed since read? |
![]() | Comment | Comment |
![]() | CreatedAssociate | The user that created the object |
![]() | CreatedDate | The date the object was saved to the database. |
![]() | ExternalFieldChanged | have external fields been changed? |
![]() | GroupID | GroupId |
![]() | 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? |
![]() | IsRequiredFilled | Are all the required fields filled out? Can we save the record? |
![]() | IsValid | does the record exist? |
![]() | PassiveText | PassiveText |
![]() | Reversed | Reversed |
![]() | Sentry | Sentry settings for this object. Lets you find out your read/write access to the object. |
![]() | SourceRecord | SourceRecord object |
![]() | SourceTable | SourceTable - derived from the SourceRecord |
![]() | TargetRecord | TargetRecord |
![]() | TargetTable | TargetTable |
![]() | Type | Type |
![]() | UpdatedAssociate | The last user to modify the object |
![]() | UpdatedDate | The date of the most recent update. |
![]() | 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. |
![]() | Delete | Delete the object from the database. May throw an error if you are not allowed to delete the object. |
![]() | 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. |