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 SourceItemRef(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 SourceId()
The ID of the item as retrieved from either the attribute or the property
Declaration
public string Id()
Returns
Type | Description |
---|---|
System.String |
Implements
| Improve this Doc View SourceTypeName()
The type of the item as retrieved from either the attribute or the property
Declaration
public string TypeName()
Returns
Type | Description |
---|---|
System.String |