Click or drag to resize

RestrictionOperatorStyle Enumeration

Display style of the restriction operator when prompted in the report

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public enum RestrictionOperatorStyle
Members
Member nameValueDescription
Visible0 Operator is visible and modifiable
VisibleWithNulls1 Operator is visible with Null operators and modifiable
NotModifiable2 Operator is visible but not modifiable
NotVisible3 Operator is not visible
See Also