![]() | Object |
The ObjectEditGuard type exposes the following members.
Name | Description | |
---|---|---|
![]() | ApplyEdit | Notification when user exits object edit with ok at Options. |
![]() | EnterEdit | Notification when user is about to edit given object at Options. |
![]() | GetExtControl | Obsolete. DEPRECATED. Use GetExtControls2(ctEditGuardObjectType, ICTObject, List<Tuple<Int64, String> > ) instead. Provide a control that should embedded to edit dialog of the object. Not all types in ctEditGuardObjectType support this. |
![]() | GetExtControls2 | Provide controls that should embedded to edit dialog of the object. Not all types in ctEditGuardObjectType support this. Do NOT call base.GetExtControls2(..) when overriding! For backwards compatibiity, the base class calls GetExtControl(ctEditGuardObjectType, ICTObject, String, Int64). |
![]() | GetExtControlsForCore | Internal use only. Calls GetExtControls2(ctEditGuardObjectType, ICTObject, List<Tuple<Int64, String> > ) to obtain controls and then marshalls them for the core to arrange. |
![]() | GetParent | Must implement. Return parent CTExtension of this extension interface. |
![]() | PreDelete | Notification when user is about to delete an object at Options. |