CADability dotNET

The BooleanProperty type exposes the following members.

Constructors

  NameDescription
Protected methodBooleanProperty(SerializationInfo, StreamingContext)
Constructor required by deserialization
Public methodBooleanProperty(String, String)
Public methodBooleanProperty(Object, String, String)
Public methodBooleanProperty(String, String, String)
Erzeugt eine BooleanProperty, welches einen eigenen boolean Wert enthält und diesen darstellen und manipulieren kann. Der Wert ist über die Property BooleanValue verfügbar.
Public methodBooleanProperty(Object, String, String, String)
Erzeugt ein BooleanProperty Objekt, welches die boolean Property eines anderen Objektes darstellt und manipuliert.

Methods

Operators

Properties

  NameDescription
Public propertyBooleanValue

Events

Explicit Interface Implementations

See Also