Click or drag to resize
IElement Interface
Provides the common interface for all elements in the object tree accessible through Consumer<TRoot>.Root.

Namespace: Lawo.EmberPlusSharp.Model
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public interface IElement : INotifyPropertyChanged

The IElement type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets description.
Public propertyIdentifier
Gets identifier.
Public propertyIsOnline
Gets a value indicating whether this element is online.
Public propertyNumber
Gets number.
Public propertyParent
Gets the parent of this element.
Public propertyTag
Gets or sets an arbitrary object value that can be used to store custom information about this object.
Top
Methods
  NameDescription
Public methodGetPath
Gets the full path of this element.
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.)
Top
See Also