Show / Hide Table of Contents

Interface IItemRef

Reference to an Aras item specifying the type name and ID

Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public interface IItemRef

Methods

| Improve this Doc View Source

Id()

The ID of the item as retrieved from either the attribute or the property

Declaration
string Id()
Returns
Type Description
System.String
| Improve this Doc View Source

TypeName()

The type of the item as retrieved from either the attribute or the property

Declaration
string TypeName()
Returns
Type Description
System.String

Extension Methods

ItemExtensions.Edit(IItemRef, IConnection, Object[])
ItemExtensions.FetchLockStatus(IItemRef, IConnection)
ItemExtensions.Lock(IItemRef, IConnection)
ItemExtensions.Promote(IItemRef, IConnection, String, String)
ItemExtensions.Unlock(IItemRef, IConnection)
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX