Table of Contents

Constructor RuleDocumentOptions

Namespace
RuleWright.Serialization
Assembly
RuleWright.Serialization.dll

RuleDocumentOptions(IEnumerable<string>?)

Creates document options.

public RuleDocumentOptions(IEnumerable<string>? customActionTypes)

Parameters

customActionTypes IEnumerable<string>

Case-sensitive action type names to accept in addition to the built-in four, or null for none.

Exceptions

ArgumentException

customActionTypes contains a null or empty name.