Click or drag to resize

IProjectMember Properties

The IProjectMember type exposes the following members.

Properties
  NameDescription
Public propertyChanged
has record been changed since read?
Public propertyComment
Comment
Public propertyContact
Contact
Public propertyContactId
ContactId
Public propertyCreateAssociate
CreateAssociate
Public propertyCreatedAssociate
The user that created the object
Public propertyCreatedDate
The date the object was saved to the database.
Public propertyExternalFieldChanged
have external fields been changed?
Public propertyForeignKey
ForeignKey
Public propertyIdentity
The primary key on the primary table. Is zero for new objects. Is set when an object is saved.
Public propertyIsAvailable
is record available in db?
Public propertyIsRequiredFilled
Are all the required fields filled out? Can we save the record?
Public propertyIsValid
does the record exist?
Public propertyPerson
Person
Public propertyPersonId
PersonId
Public propertyProject
Project
Public propertyRank
Rank
Public propertySentry
Sentry settings for this object. Lets you find out your read/write access to the object.
Public propertyType
Type
Public propertyUpdatedAssociate
The last user to modify the object
Public propertyUpdatedDate
The date of the most recent update.
Public propertyValidationMessage
get validation message, if empty model will think it is ok to save
Top
See Also