Class cmf_ComputedProperty
Class for the item type cmf_ComputedProperty
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 cmf_ComputedProperty : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IEquatable<IItemRef>, INullRelationship<cmf_PropertyType>, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef
Constructors
| Improve this Doc View Sourcecmf_ComputedProperty()
Declaration
protected cmf_ComputedProperty()
cmf_ComputedProperty(ElementFactory, Object[])
Declaration
public cmf_ComputedProperty(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 |
OnClientComputeMethod()
Retrieve the on_client_compute_method
property of the item
Declaration
public IProperty_Item<Method> OnClientComputeMethod()
Returns
Type | Description |
---|---|
IProperty_Item<Method> |
SortOrder()
Retrieve the sort_order
property of the item
Declaration
public IProperty_Number SortOrder()
Returns
Type | Description |
---|---|
IProperty_Number |