Interface ILiteralBoolean
The public interface for LiteralBoolean
[DefaultImplementationType(typeof(LiteralBoolean))]
[XmlDefaultImplementationType(typeof(LiteralBoolean))]
[ModelRepresentationClass("http://www.omg.org/spec/MOF/20131001/cmof.xmi#//LiteralBoolean")]
public interface ILiteralBoolean : ILiteralSpecification, IValueSpecification, IPackageableElement, ITypedElement, INamedElement, IElement, IObject, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Value
The specified Boolean value.
[TypeConverter(typeof(LowercaseBooleanConverter))]
[XmlElementName("value")]
[XmlAttribute(true)]
bool Value { get; set; }