iNTERFACEWARE Products Manual > Installing and Using Chameleon > Language API Documentation > C# .NET Support > Table, Table Group and Message Classes > Message Classes |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
Chameleon generates a custom message class for each message defined in the message definition file. This message class will have methods for accessing the tables and table group objects contained in the message. In terms of the class hierarchy, each message inherits from the iNTERFACEWARE.Chameleon.Message class which inherits from the iNTERFACEWARE.Chameleon.Table object. The naming convention for the message classes is <Message Name>Message. i.e. for a message called PatientAdmit, the C# class would be PatientAdmitMessage. |