Class Method
Class for the item type Method
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 Method : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View SourceMethod()
Declaration
protected Method()
Method(ElementFactory, Object[])
Declaration
public Method(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceComments()
Retrieve the comments
property of the item
Declaration
public IProperty_Text Comments()
Returns
Type | Description |
---|---|
IProperty_Text |
Core()
Retrieve the core
property of the item
Declaration
public IProperty_Boolean Core()
Returns
Type | Description |
---|---|
IProperty_Boolean |
EffectiveDate()
Retrieve the effective_date
property of the item
Declaration
public IProperty_Date EffectiveDate()
Returns
Type | Description |
---|---|
IProperty_Date |
ExecutionAllowedTo()
Retrieve the execution_allowed_to
property of the item
Declaration
public IProperty_Item<Identity> ExecutionAllowedTo()
Returns
Type | Description |
---|---|
IProperty_Item<Identity> |
Label()
Retrieve the label
property of the item
Declaration
public IProperty_Text Label()
Returns
Type | Description |
---|---|
IProperty_Text |
MethodCode()
Retrieve the method_code
property of the item
Declaration
public IProperty_Text MethodCode()
Returns
Type | Description |
---|---|
IProperty_Text |
MethodLocation()
Retrieve the method_location
property of the item
Declaration
public IProperty_Text MethodLocation()
Returns
Type | Description |
---|---|
IProperty_Text |
MethodType()
Retrieve the method_type
property of the item
Declaration
public IProperty_Text MethodType()
Returns
Type | Description |
---|---|
IProperty_Text |
NameProp()
Retrieve the name
property of the item
Declaration
public IProperty_Text NameProp()
Returns
Type | Description |
---|---|
IProperty_Text |
ReleaseDate()
Retrieve the release_date
property of the item
Declaration
public IProperty_Date ReleaseDate()
Returns
Type | Description |
---|---|
IProperty_Date |
SupersededDate()
Retrieve the superseded_date
property of the item
Declaration
public IProperty_Date SupersededDate()
Returns
Type | Description |
---|---|
IProperty_Date |