Class AppliedUpdates
Class for the item type Applied Updates
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 AppliedUpdates : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View SourceAppliedUpdates()
Declaration
protected AppliedUpdates()
AppliedUpdates(ElementFactory, Object[])
Declaration
public AppliedUpdates(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceDateApplied()
Retrieve the date_applied
property of the item
Declaration
public IProperty_Date DateApplied()
Returns
Type | Description |
---|---|
IProperty_Date |
NameProp()
Retrieve the name
property of the item
Declaration
public IProperty_Text NameProp()
Returns
Type | Description |
---|---|
IProperty_Text |
UpdateGeneration()
Retrieve the update_generation
property of the item
Declaration
public IProperty_Number UpdateGeneration()
Returns
Type | Description |
---|---|
IProperty_Number |
UpNumber()
Retrieve the up_number
property of the item
Declaration
public IProperty_Text UpNumber()
Returns
Type | Description |
---|---|
IProperty_Text |