Click or drag to resize

SOSentry 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 SOSentry : ISentry

The SOSentry 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)?
(Inherited from ISentry.)
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
(Inherited from ISentry.)
Public propertyCode exampleCanDelete
Can you create new objects owned by the same user as this object?
(Inherited from ISentry.)
Public propertyCode exampleCanRead
Can you read the object guarded by this sentry?
(Inherited from ISentry.)
Public propertyCanReadField (Inherited from ISentry.)
Public propertyCode exampleCanUpdate
Can you save an update to this object?
(Inherited from ISentry.)
Public propertyCanUpdateField (Inherited from ISentry.)
Top
See Also