Class RelationshipView
Class for the item type Relationship View
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 RelationshipView : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IEquatable<IItemRef>, INullRelationship<RelationshipType>, IRelationship<Identity>, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef
Constructors
| Improve this Doc View SourceRelationshipView()
Declaration
protected RelationshipView()
RelationshipView(ElementFactory, Object[])
Declaration
public RelationshipView(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceBehavior()
Retrieve the behavior
property of the item
Declaration
public IProperty_Text Behavior()
Returns
Type | Description |
---|---|
IProperty_Text |
Form()
Retrieve the form
property of the item
Declaration
public IProperty_Item<Form> Form()
Returns
Type | Description |
---|---|
IProperty_Item<Form> |
Grid()
Retrieve the grid
property of the item
Declaration
public IProperty_Item<Grid> Grid()
Returns
Type | Description |
---|---|
IProperty_Item<Grid> |
Label()
Retrieve the label
property of the item
Declaration
public IProperty_Text Label()
Returns
Type | Description |
---|---|
IProperty_Text |
Parameters()
Retrieve the parameters
property of the item
Declaration
public IProperty_Text Parameters()
Returns
Type | Description |
---|---|
IProperty_Text |
SortOrder()
Retrieve the sort_order
property of the item
Declaration
public IProperty_Number SortOrder()
Returns
Type | Description |
---|---|
IProperty_Number |
StartPage()
Retrieve the start_page
property of the item
Declaration
public IProperty_Text StartPage()
Returns
Type | Description |
---|---|
IProperty_Text |