ODC_ImpClass - Implementation class
Inherits: 
SDB_Structure
An implementation class is a complex data type (SDB_Structure), that collects the implemented methods for a class. Methods might be implemented in different ways (e.g. as OSI script functions and C# or C++ functions). One may mix script and other methods, but one may not implement methods in different programming languages within a class.
Attributes
- date_time - Timestamp for building external resources
- req_compile - Compiling requested
- req_genincl - Header file generation requested
- mod_level - Modification level
- opt_language - Program language the class functions are implemented in
- opt_debug - Debug option
- no_compile - Suppress compiling the class
- opt_export - Class exported
- try_catch - Enable try...catch exception handling
- if_type - Interface type
- build_id - Last build number for external source file
References
Relationships
- function_descr - Conceptual functions for the class
- pfunctions - Functions defined for the class
- constants - Constants defined for the class
- externals - External variables defined in the class
- incl_system - Header file to be included at begin of class source code
- incl_user - Header file to be included in the class source code
- incl_beg_class - Header files to be included before class definition
- incl_end_class - Header files to be included at end of class definition
- incl_after_class - Header files to be included behind class definition
- function_groups - Function groups
- module - Module the class belongs to
- project_references - Extended project references
Keys
- ik_Ident - Secondary key
- ik_Ident8 - Primary key
- sk_date_time - Secondary key
Function Groups
Functions