Click or drag to resize

ContainerNode Class

[Missing <summary> documentation for "T:Demo3D.Visuals.OPC.Plugin.ContainerNode"]

Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.CommonBindableBase
            Demo3D.Visuals.OPC.PluginTagGridNode
              Demo3D.Visuals.OPC.PluginContainerNode

Namespace:  Demo3D.Visuals.OPC.Plugin
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 14.0.0.10531
Syntax
C#
public class ContainerNode : TagGridNode

The ContainerNode type exposes the following members.

Properties
  NameDescription
Public propertyChildren (Inherited from TagGridNode.)
Public propertyGlyph (Inherited from TagGridNode.)
Public propertyText (Inherited from TagGridNode.)
Top
Methods
  NameDescription
Public methodGetTypeCode (Inherited from TagGridNode.)
Public methodRaisePropertiesChanged (Inherited from BindableBase.)
Public methodRaisePropertyChanged(PropertyChangedEventArgs) (Inherited from BindableBase.)
Public methodRaisePropertyChanged(String) (Inherited from BindableBase.)
Protected methodSetINotifyPropertyChangedPropertyT (Inherited from BindableBase.)
Protected methodSetPropertyT(T, T, PropertyChangedEventArgs) (Inherited from BindableBase.)
Protected methodSetPropertyT(T, T, String) (Inherited from BindableBase.)
Public methodToBoolean (Inherited from TagGridNode.)
Public methodToByte (Inherited from TagGridNode.)
Public methodToChar (Inherited from TagGridNode.)
Public methodToDateTime (Inherited from TagGridNode.)
Public methodToDecimal (Inherited from TagGridNode.)
Public methodToDouble (Inherited from TagGridNode.)
Public methodToInt16 (Inherited from TagGridNode.)
Public methodToInt32 (Inherited from TagGridNode.)
Public methodToInt64 (Inherited from TagGridNode.)
Public methodToSByte (Inherited from TagGridNode.)
Public methodToSingle (Inherited from TagGridNode.)
Public methodToString (Inherited from TagGridNode.)
Public methodToType (Inherited from TagGridNode.)
Public methodToUInt16 (Inherited from TagGridNode.)
Public methodToUInt32 (Inherited from TagGridNode.)
Public methodToUInt64 (Inherited from TagGridNode.)
Top
See Also