Class ConversionRule
Class for the item type ConversionRule
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Innovator.Client.Model
Assembly: Innovator.Client.dll
Syntax
public class ConversionRule : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View SourceConversionRule()
Declaration
protected ConversionRule()
ConversionRule(ElementFactory, Object[])
Declaration
public ConversionRule(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceConverterType()
Retrieve the converter_type
property of the item
Declaration
public IProperty_Item<ConverterType> ConverterType()
Returns
Type | Description |
---|---|
IProperty_Item<ConverterType> |
Cutoff()
Retrieve the cutoff
property of the item
Declaration
public IProperty_Number Cutoff()
Returns
Type | Description |
---|---|
IProperty_Number |
Delay()
Retrieve the delay
property of the item
Declaration
public IProperty_Number Delay()
Returns
Type | Description |
---|---|
IProperty_Number |
Description()
Retrieve the description
property of the item
Declaration
public IProperty_Text Description()
Returns
Type | Description |
---|---|
IProperty_Text |
Enabled()
Retrieve the enabled
property of the item
Declaration
public IProperty_Boolean Enabled()
Returns
Type | Description |
---|---|
IProperty_Boolean |
NameProp()
Retrieve the name
property of the item
Declaration
public IProperty_Text NameProp()
Returns
Type | Description |
---|---|
IProperty_Text |
Timeout()
Retrieve the timeout
property of the item
Declaration
public IProperty_Number Timeout()
Returns
Type | Description |
---|---|
IProperty_Number |