Enum SepaTriState

Namespace
Subsembly.Sepa
Assembly
Subsembly.Sepa.dll

Enumerates the choices for boolean properties with tri-state logic.

public enum SepaTriState

Fields

Default = 0

A SEPA attribute with this value is not included as an XML element in the SEPA message. Value = 0.

False = 2

A SEPA attribute with this value is included as an element with the value false in the SEPA message. Value = 2.

Mixed = 3

Only returned if multiple SepaTriState properties have differing values. Must not be set for any SepaTriState property. Value = 3.

True = 1

A SEPA attribute with this value is included as an element with the value true in the SEPA message. Value = 1.