Click or drag to resize
IFunction Interface
Provides the common interface for all functions 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 IFunction : IElement, 
	INotifyPropertyChanged

The IFunction type exposes the following members.

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