[This is preliminary documentation and is subject to change.]

An enumeration that describes the severity of a broken rule when attempting to save a record.

Namespace: QPulseWebServices.Contracts.Data
Assembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.100.591.48

Syntax

C#
public enum BrokenRuleSeverity

Members

Member nameValueDescription
Error0 A rule has been broken and saving the record has been prevented.
Warning1 The record has been saved, however there may be a data integrity issue.

See Also