Click or drag to resize
ItemRef Class
Inheritance Hierarchy
SystemObject
  Innovator.ClientItemRef

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public class ItemRef : IItemRef

The ItemRef type exposes the following members.

Constructors
  NameDescription
Public methodItemRef(Object)
Initializes a new instance of the ItemRef class
Public methodItemRef(String, String)
Initializes a new instance of the ItemRef class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodId
The ID of the item as retrieved from either the attribute or the property
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTypeName
The type of the item as retrieved from either the attribute or the property
Top
Extension Methods
  NameDescription
Public Extension MethodEdit
Send an AML edit query to the database with the body of the Item tab being the contents specified
(Defined by ItemExtensions.)
Public Extension MethodLock (Defined by ItemExtensions.)
Public Extension MethodCode examplePromote
Promote the itme to the specified state
(Defined by ItemExtensions.)
Public Extension MethodUnlock (Defined by ItemExtensions.)
Top
See Also