Click or drag to resize

SOSaleStakeholder Interface

ISaleStakeholder Interface

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public interface SOSaleStakeholder : ISaleStakeholder

The SOSaleStakeholder type exposes the following members.

Properties
  NameDescription
Public propertyChanged
has record been changed since read?
(Inherited from ISaleStakeholder.)
Public propertyComment
Comment
(Inherited from ISaleStakeholder.)
Public propertyContact
Contact
(Inherited from ISaleStakeholder.)
Public propertyContactId
ContactId
(Inherited from ISaleStakeholder.)
Public propertyCreatedAssociate
The user that created the object
(Inherited from ISaleStakeholder.)
Public propertyCreatedDate
The date the object was saved to the database.
(Inherited from ISaleStakeholder.)
Public propertyExternalFieldChanged
have external fields been changed?
(Inherited from ISaleStakeholder.)
Public propertyForeignKey
ForeignKey
(Inherited from ISaleStakeholder.)
Public propertyIdentity
The primary key on the primary table. Is zero for new objects. Is set when an object is saved.
(Inherited from ISaleStakeholder.)
Public propertyIsAvailable
is record available in db?
(Inherited from ISaleStakeholder.)
Public propertyIsRequiredFilled
Are all the required fields filled out? Can we save the record?
(Inherited from ISaleStakeholder.)
Public propertyIsValid
does the record exist?
(Inherited from ISaleStakeholder.)
Public propertyPerson
Person
(Inherited from ISaleStakeholder.)
Public propertyPersonId
PersonId
(Inherited from ISaleStakeholder.)
Public propertyRank
Rank
(Inherited from ISaleStakeholder.)
Public propertyRole
Role
(Inherited from ISaleStakeholder.)
Public propertySale
Sale
(Inherited from ISaleStakeholder.)
Public propertySentry
Sentry settings for this object. Lets you find out your read/write access to the object.
(Inherited from ISaleStakeholder.)
Public propertyUpdatedAssociate
The last user to modify the object
(Inherited from ISaleStakeholder.)
Public propertyUpdatedDate
The date of the most recent update.
(Inherited from ISaleStakeholder.)
Public propertyValidationMessage
get validation message, if empty model will think it is ok to save
(Inherited from ISaleStakeholder.)
Top
Methods
  NameDescription
Public methodCancelChanges
Undo any changes made since the object was loaded.
(Inherited from ISaleStakeholder.)
Public methodChangeIdentity
Loads a different record into the object. Causes changes to the existing object to be saved first.
(Inherited from ISaleStakeholder.)
Public methodDelete
Delete the object from the database. May throw an error if you are not allowed to delete the object.
(Inherited from ISaleStakeholder.)
Public methodSave
Persist the object to the database. May throw an error if you are not allowed to save changes to the object.
(Inherited from ISaleStakeholder.)
Public methodSetDefaults
Populate the object with default values, such as setting the owner to the current user.
(Inherited from ISaleStakeholder.)
Top
See Also