Class Metric
Class for the item type Metric
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 Metric : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View SourceMetric()
Declaration
protected Metric()
Metric(ElementFactory, Object[])
Declaration
public Metric(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceColor()
Retrieve the color
property of the item
Declaration
public IProperty_Text Color()
Returns
Type | Description |
---|---|
IProperty_Text |
Frequency()
Retrieve the frequency
property of the item
Declaration
public IProperty_Text Frequency()
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 |
Method()
Retrieve the method
property of the item
Declaration
public IProperty_Item<Method> Method()
Returns
Type | Description |
---|---|
IProperty_Item<Method> |
NameProp()
Retrieve the name
property of the item
Declaration
public IProperty_Text NameProp()
Returns
Type | Description |
---|---|
IProperty_Text |
Stylesheet()
Retrieve the stylesheet
property of the item
Declaration
public IProperty_Text Stylesheet()
Returns
Type | Description |
---|---|
IProperty_Text |