| IFunction Interface | 
Namespace: Lawo.EmberPlusSharp.Model
public interface IFunction : IElement, INotifyPropertyChanged
The IFunction type exposes the following members.
| Name | Description | |
|---|---|---|
| Arguments | Gets arguments.  | |
| Description | Gets description.  (Inherited from IElement.) | |
| Identifier | Gets identifier.  (Inherited from IElement.) | |
| IsOnline | Gets a value indicating whether this element is online.  (Inherited from IElement.) | |
| Number | Gets number.  (Inherited from IElement.) | |
| Parent | Gets the parent of this element.  (Inherited from IElement.) | |
| Result | Gets result.  | |
| Tag | Gets or sets an arbitrary object value that can be used to store custom information about this
            object.  (Inherited from IElement.) | 
| Name | Description | |
|---|---|---|
| GetPath | Gets the full path of this element.  (Inherited from IElement.) | |
| InvokeAsync | Schedules an invocation of this function.  | 
| Name | Description | |
|---|---|---|
| PropertyChanged | Occurs when a property value changes.  (Inherited from INotifyPropertyChanged.) |