Enum DataCategory
The DataCategory is supposed to be used as an attribute on Business Object fields to specify what type of data they contain.
Namespace: BO4E.meta
Assembly: BO4Enet.dll
Syntax
public enum DataCategory : int
Fields
| Name | Description |
|---|---|
| ADDRESS | address data (city, street, house number, postbox) |
| DEVICE | device master data like device number or lokale Kennzeichnung |
| FINANCE | financial information like bank account numbers |
| LEGAL | legal and tax relevant information like handelsregisternummer |
| METER_READING | metering values. |
| NAME | names of persons |
| POD | points of delivery (market Location, measuring location, tranche) |
| USER_PROPERTIES | the UserProperties might be handled separately with this DataCategory |