Show / Hide Table of Contents

Class ItemRef

A reference to an item containing just a type and ID

Inheritance
System.Object
ItemRef
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public class ItemRef : IItemRef

Constructors

| Improve this Doc View Source

ItemRef(String, String)

Initializes a new instance of the ItemRef class.

Declaration
public ItemRef(string type, string id)
Parameters
Type Name Description
System.String type

The item type name.

System.String id

The id.

Methods

| Improve this Doc View Source

Id()

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

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

TypeName()

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

Declaration
public string TypeName()
Returns
Type Description
System.String
Implements
IItemRef.TypeName()

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)

See Also

IItemRef
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX