Class tp_Image
Class for the item type tp_Image
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 tp_Image : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View Sourcetp_Image()
Declaration
protected tp_Image()
tp_Image(ElementFactory, Object[])
Declaration
public tp_Image(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceEffectiveDate()
Retrieve the effective_date
property of the item
Declaration
public IProperty_Date EffectiveDate()
Returns
Type | Description |
---|---|
IProperty_Date |
ItemNumber()
Retrieve the item_number
property of the item
Declaration
public IProperty_Text ItemNumber()
Returns
Type | Description |
---|---|
IProperty_Text |
NameProp()
Retrieve the name
property of the item
Declaration
public IProperty_Text NameProp()
Returns
Type | Description |
---|---|
IProperty_Text |
ReleaseDate()
Retrieve the release_date
property of the item
Declaration
public IProperty_Date ReleaseDate()
Returns
Type | Description |
---|---|
IProperty_Date |
Src()
Retrieve the src
property of the item
Declaration
public IProperty_Text Src()
Returns
Type | Description |
---|---|
IProperty_Text |
SupersededDate()
Retrieve the superseded_date
property of the item
Declaration
public IProperty_Date SupersededDate()
Returns
Type | Description |
---|---|
IProperty_Date |