Class BooleanPropertyValue
Представляет данные свойства типа "Логическое".
public class BooleanPropertyValue : PropertyValue, IBooleanPropertyValue, IPropertyValue, IHaveId, IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess
- Inheritance
-
BooleanPropertyValue
- Implements
- Inherited Members
- Extension Methods
Constructors
BooleanPropertyValue()
Инициализирует экземпляр класса.
public BooleanPropertyValue()
Properties
Value
Возвращает значение свойства.
public bool? Value { get; set; }
Property Value
- bool?