Click or drag to resize

UnsubscribeProperties Class

Unsubscribe properties.
Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.CommonBindableBase
            Demo3D.HLE.Comms.MQTTUnsubscribeProperties

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

The UnsubscribeProperties type exposes the following members.

Constructors
 NameDescription
Public methodUnsubscribeProperties Construct properties with default values.
Top
Properties
 NameDescription
Public propertyUserProperties User properties.
Top
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