Constructor RuleDocumentOptions
- Namespace
- RuleWright.Serialization
- Assembly
- RuleWright.Serialization.dll
RuleDocumentOptions(IEnumerable<string>?)
Creates document options.
public RuleDocumentOptions(IEnumerable<string>? customActionTypes)
Parameters
customActionTypesIEnumerable<string>Case-sensitive action type names to accept in addition to the built-in four, or null for none.
Exceptions
- ArgumentException
customActionTypescontains a null or empty name.