Click or drag to resize
CheckRulesResult Properties

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

The CheckRulesResult type exposes the following members.

Properties
  NameDescription
Public propertyCompleted
Is the form which we are checking the rules for completed? When any rule on a TmplItem derived class on the form creates error or warning message the form is not completed.
Public propertyErrors
Get/set error count
Public propertyExceptions
Get/set exception count
Public propertyInformations
Get/set information count
Public propertyMessageCollection
A collection of messages reporting on the outcome of the rule checking (error, info, warning etc. texts)
Public propertyWarnings
Get/set warning count
Top
See Also