Click or drag to resize
IItemRef Interface
Reference to an Aras item specifying the type name and ID

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

The IItemRef type exposes the following members.

Methods
  NameDescription
Public methodId
The ID of the item as retrieved from either the attribute or the property
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