Class FileContainerLocator
Class for the item type FileContainerLocator
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Innovator.Client.Model
Assembly: Innovator.Client.dll
Syntax
public class FileContainerLocator : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View SourceFileContainerLocator()
Declaration
protected FileContainerLocator()
FileContainerLocator(ElementFactory, Object[])
Declaration
public FileContainerLocator(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceContainerId()
Retrieve the container_id
property of the item
Declaration
public IProperty_Item<FileContainerItems> ContainerId()
Returns
Type | Description |
---|---|
IProperty_Item<FileContainerItems> |
ContainerPropertyName()
Retrieve the container_property_name
property of the item
Declaration
public IProperty_Text ContainerPropertyName()
Returns
Type | Description |
---|---|
IProperty_Text |
ContainerTypeId()
Retrieve the container_type_id
property of the item
Declaration
public IProperty_Item<ItemType> ContainerTypeId()
Returns
Type | Description |
---|---|
IProperty_Item<ItemType> |
FileId()
Retrieve the file_id
property of the item
Declaration
public IProperty_Item<File> FileId()
Returns
Type | Description |
---|---|
IProperty_Item<File> |