| IParameter Interface |
Namespace: Lawo.EmberPlusSharp.Model
public interface IParameter : IElementWithSchemas, IElement, INotifyPropertyChanged
The IParameter type exposes the following members.
| Name | Description | |
|---|---|---|
| Access | Gets access. | |
| DefaultValue | Gets defaultValue. | |
| Description | Gets description. (Inherited from IElement.) | |
| EnumMap | Gets enumMap. | |
| Factor | Gets factor. | |
| Format | Gets format. | |
| Formula | Gets formula. | |
| Identifier | Gets identifier. (Inherited from IElement.) | |
| IsOnline | Gets a value indicating whether this element is online. (Inherited from IElement.) | |
| Maximum | Gets maximum. | |
| Minimum | Gets minimum. | |
| Number | Gets number. (Inherited from IElement.) | |
| Parent | Gets the parent of this element. (Inherited from IElement.) | |
| SchemaIdentifiers | Gets schemaIdentifiers. (Inherited from IElementWithSchemas.) | |
| Tag | Gets or sets an arbitrary object value that can be used to store custom information about this
object. (Inherited from IElement.) | |
| Type | Gets type. | |
| Value | Gets or sets value. |
| Name | Description | |
|---|---|---|
| PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |