Class Form
Class for the item type Form
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 Form : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View SourceForm()
Declaration
protected Form()
Form(ElementFactory, Object[])
Declaration
public Form(ElementFactory amlContext, params object[] content)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementFactory | amlContext | |
| System.Object[] | content |
Methods
| Improve this Doc View SourceCategoryForm()
Retrieve the category_form property of the item
Declaration
public IProperty_Boolean CategoryForm()
Returns
| Type | Description |
|---|---|
| IProperty_Boolean |
Core()
Retrieve the core property of the item
Declaration
public IProperty_Boolean Core()
Returns
| Type | Description |
|---|---|
| IProperty_Boolean |
Description()
Retrieve the description property of the item
Declaration
public IProperty_Text Description()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
Height()
Retrieve the height property of the item
Declaration
public IProperty_Number Height()
Returns
| Type | Description |
|---|---|
| IProperty_Number |
Label()
Retrieve the label property of the item
Declaration
public IProperty_Text Label()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
NameProp()
Retrieve the name property of the item
Declaration
public IProperty_Text NameProp()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
Stylesheet()
Retrieve the stylesheet property of the item
Declaration
public IProperty_Text Stylesheet()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
Width()
Retrieve the width property of the item
Declaration
public IProperty_Number Width()
Returns
| Type | Description |
|---|---|
| IProperty_Number |