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