Click or drag to resize

SubscribeProperties Class

Subscribe properties.
Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.CommonBindableBase
            Demo3D.HLE.Comms.MQTTSubscribeProperties

Namespace: Demo3D.HLE.Comms.MQTT
Assembly: Demo3D.HLE (in Demo3D.HLE.dll) Version: 19.00.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public sealed class SubscribeProperties : BindableBase

The SubscribeProperties type exposes the following members.

Constructors
 NameDescription
Public methodSubscribeProperties Construct properties with default values.
Top
Properties
Methods
 NameDescription
Public methodRaisePropertiesChanged Raise an PropertyChanged event for each value.
(Inherited from BindableBase)
Public methodRaisePropertyChanged(PropertyChangedEventArgs) Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase)
Public methodRaisePropertyChanged(String) Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase)
Public methodToString
(Overrides SimpleCustomTypeDescriptor.ToString)
Top
See Also