Class tp_Block
Class for the item type tp_Block
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_Block : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View Sourcetp_Block()
Declaration
protected tp_Block()
tp_Block(ElementFactory, Object[])
Declaration
public tp_Block(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceCondition()
Retrieve the condition
property of the item
Declaration
public IProperty_Text Condition()
Returns
Type | Description |
---|---|
IProperty_Text |
Content()
Retrieve the content
property of the item
Declaration
public IProperty_Text Content()
Returns
Type | Description |
---|---|
IProperty_Text |
EffectiveDate()
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 |
RootElementName()
Retrieve the root_element_name
property of the item
Declaration
public IProperty_Text RootElementName()
Returns
Type | Description |
---|---|
IProperty_Text |
RootElementType()
Retrieve the root_element_type
property of the item
Declaration
public IProperty_Text RootElementType()
Returns
Type | Description |
---|---|
IProperty_Text |
SupersededDate()
Retrieve the superseded_date
property of the item
Declaration
public IProperty_Date SupersededDate()
Returns
Type | Description |
---|---|
IProperty_Date |
XmlSchema()
Retrieve the xml_schema
property of the item
Declaration
public IProperty_Item<tp_XmlSchema> XmlSchema()
Returns
Type | Description |
---|---|
IProperty_Item<tp_XmlSchema> |