ISimplePipelinePack.QuantityFormatType ​
Represents the format of the request quantity.
Kind: Enum
Namespace: CrowdControl.Games.Packs
Inheritance: IComparable → IConvertible → IFormattable → ISpanFormattable
Public Attributes
QuantityFormatType
Auto
Auto-detect the format.
QuantityFormatType
Parameter
Quantity is a parameter.
QuantityFormatType
Field
Quantity is a field on the request.
QuantityFormatType
ParameterAndField
Quantity is a parameter and a field on the request.
Enums
ISimplePipelinePack.QuantityFormatType
[Auto = 0, Parameter = 1, Field = 2, ParameterAndField = 3]Represents the format of the request quantity.
