JsonConfFlagConverter.ConvertFlagObject<TFlags>(JObject, Int32) Method
Converts a flag object to a corresponding numeric flags value.
Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public TFlags ConvertFlagObject<TFlags>(
JObject flagObj,
int initialValue = 0
)
- flagObj JObject
- The flag object to convert.
- initialValue Int32 (Optional)
-
The initial value of the flags.
Indicates default flag settings to use if no explicit
flag value is set in the object.
- TFlags
- The flags (enum) type.
TFlagsCorresponding flags value.