Business entities

In multi tier complex application, in a Mdf solution you will have a tier called Business entities. Mdf will help you to write this layer using the CCG (Custom Class Generator) addin in Visual Studio .NET 2008.

The first step of a MES project is to design the plant resources adding for each class defined the necessary custom properties:

  • Equipments
  • Materials
  • Personnel

Through the Mdf Portal you could configure the MES resources and through the CCG addin you could have a full layer in c# self written.

Any kind of equipment, kind of material  (lot and sublot too), kind of handling unit and kind of personnel will be a c# auto generated class.

You can add any extended methods (static and dynamic) through the c# partial class tecnique. In this way you will have full control on all project and you will be compatible with the ISA-95 and B2MML standard.