Class MetricValue
Class for the item type Metric Value
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 MetricValue : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IEquatable<IItemRef>, INullRelationship<Metric>, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef
Constructors
| Improve this Doc View SourceMetricValue()
Declaration
protected MetricValue()
MetricValue(ElementFactory, Object[])
Declaration
public MetricValue(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceBehavior()
Retrieve the behavior
property of the item
Declaration
public IProperty_Text Behavior()
Returns
Type | Description |
---|---|
IProperty_Text |
Calculate()
Retrieve the calculate
property of the item
Declaration
public IProperty_Boolean Calculate()
Returns
Type | Description |
---|---|
IProperty_Boolean |
Color()
Retrieve the color
property of the item
Declaration
public IProperty_Text Color()
Returns
Type | Description |
---|---|
IProperty_Text |
Label()
Retrieve the label
property of the item
Declaration
public IProperty_Text Label()
Returns
Type | Description |
---|---|
IProperty_Text |
Link()
Retrieve the link
property of the item
Declaration
public IProperty_Text Link()
Returns
Type | Description |
---|---|
IProperty_Text |
Query()
Retrieve the query
property of the item
Declaration
public IProperty_Text Query()
Returns
Type | Description |
---|---|
IProperty_Text |
SortOrder()
Retrieve the sort_order
property of the item
Declaration
public IProperty_Number SortOrder()
Returns
Type | Description |
---|---|
IProperty_Number |
ValueProp()
Retrieve the value
property of the item
Declaration
public IProperty_Number ValueProp()
Returns
Type | Description |
---|---|
IProperty_Number |