Classes in .NET
- Last UpdatedSep 05, 2022
- 1 minute read
The following classes are available in C#. These correspond to and have similar functionality to the PML objects described above.
Class StatusManagement
This static class gives access to all the status definition elements in the current MDB. As a static class no instances of the class are created. The class has a single property, Statuses, which returns an array of Status objects (described below), used as follows:
Status[] statuses = StatusManagement.Statuses;