ItemStates Class
- Last UpdatedNov 06, 2025
- 1 minute read
The ItemStates class is implemented as a singleton to expose all the item state defined in the database. It exposes some static functions for handling item states. Individual item states are exposed via an indexer as ItemState objects keyed by the state code.
'Declaration
<DefaultMemberAttribute("Item")>
Public Class ItemStates
[DefaultMember("Item")]
public class ItemStates
System.Object
FactMES.Client.Common.ItemStates
