ComponentOne DataObjects for .NET
YesNoDefaultEnum Enumeration

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace : YesNoDefaultEnum Enumeration
An enumeration used in property values instead of the Boolean type where there is a default option (depending on the context) in addition to Yes (True) and No (False).
Syntax
'Declaration
 
Public Enum YesNoDefaultEnum 
   Inherits System.Enum
public enum YesNoDefaultEnum : System.Enum 
Members
MemberDescription
DefaultThis can be Yes or No depending on other properties of the object. Where Default is used, the value of the property is determined by some rules documented with the property.
NoProperty value is False.
YesProperty value is True.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Data.SchemaObjects.YesNoDefaultEnum

See Also

Reference

C1.Data.SchemaObjects Namespace