 | ICTObjectOwnerE, O, S Interface |
Namespace: CTExtensions.ExportCore.CTObjectDataAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic interface ICTObjectOwner<E, O, S> : ICTObjectOwner
where O :
where S : new(), CTObjectTaggedSettings<O>
Public Interface ICTObjectOwner(Of E, O As , S As {New, CTObjectTaggedSettings(Of O)})
Inherits ICTObjectOwner
Type Parameters
- E
- Extension Type
- O
- CT Core Object Type
- S
- Settings object type that inherits CTObjectTaggedSettingsO.
The ICTObjectOwnerE, O, S type exposes the following members.
Methods | Name | Description |
---|
 | ApplyEdit |
Occurs when user applies changes to Owned CT Core object at Options.
If you cancel the apply by returning false, you should also display a message for user.
|
 | EnterEdit |
Occurs when user attempts to edit Owned CT Core object at Options.
If you prevent access by returning false, you should also display a message for user.
|
 | GetAll |
Retuns all objects of type O from CT API.
|
 | GetOwned |
Returns all Core Objects O that are tagged with Settings S |
 | PreDelete |
Occurs when user attempts to delete Owned CT Core object at Options.
If you prevent deletion by returning false, you should also display a message for user.
|
Top
Revision HistoryDate | Version | Description |
---|
- | 2025 SP1 | First Release |
See Also