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.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
public interface ISentry

The ISentry type exposes the following members.

Properties
  NameDescription
Public propertyAreAllRequiredFieldsFilled
Are all the required fields on the object filled in? (e.g. contact.name, contact.category)?
Public propertyCanCreate
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 propertyCanDelete
Can you create new objects owned by the same user as this object?
Public propertyCanRead
Can you read the object guarded by this sentry?
Public propertyCanReadField
Public propertyCanUpdate
Can you save an update to this object?
Public propertyCanUpdateField
Top
See Also