Class InventoryIncludedObjectVersions
A list of inventory included object versions.
public sealed class InventoryIncludedObjectVersions : ConstantClass
- Inheritance
-
InventoryIncludedObjectVersions
Constructors
InventoryIncludedObjectVersions(string)
Construct instance of InventoryIncludedObjectVersions.
public InventoryIncludedObjectVersions(string value)
Parameters
value
string
Fields
All
All Inventory Included Object Versions
public static readonly InventoryIncludedObjectVersions All
Field Value
Current
Current Inventory Included Object Versions
public static readonly InventoryIncludedObjectVersions Current
Field Value
Methods
FindValue(string)
Finds the constant for the unique value.
public static InventoryIncludedObjectVersions FindValue(string value)
Parameters
value
stringThe string representation of the InventoryIncludedObjectVersions.
Returns
- InventoryIncludedObjectVersions
The InventoryIncludedObjectVersions object for that string.
Operators
implicit operator InventoryIncludedObjectVersions(string)
Convert string to InventoryIncludedObjectVersions.
public static implicit operator InventoryIncludedObjectVersions(string value)
Parameters
value
string