Click or drag to resize

ISentry Interface

Sentry returns the read/write settings for the object as a whole and for individual fields.

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

The ISentry type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleAreAllRequiredFieldsFilled
Are all the required fields on the object filled in? (e.g. contact.name, contact.category)?
Public propertyCode exampleCanCreate
Can you create new objects owned by the same user as this object? This property is only meaningful on new objects with identity = 0
Public propertyCode exampleCanDelete
Can you create new objects owned by the same user as this object?
Public propertyCode exampleCanRead
Can you read the object guarded by this sentry?
Public propertyCanReadField
Public propertyCode exampleCanUpdate
Can you save an update to this object?
Public propertyCanUpdateField
Top
See Also