Class View
Class for the item type 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 View : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IEquatable<IItemRef>, INullRelationship<ItemType>, IRelationship<Form>, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef
Constructors
| Improve this Doc View SourceView()
Declaration
protected View()
View(ElementFactory, Object[])
Declaration
public View(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 |
Client()
Retrieve the client
property of the item
Declaration
public IProperty_Text Client()
Returns
Type | Description |
---|---|
IProperty_Text |
DisplayPriority()
Retrieve the display_priority
property of the item
Declaration
public IProperty_Number DisplayPriority()
Returns
Type | Description |
---|---|
IProperty_Number |
FormClassification()
Retrieve the form_classification
property of the item
Declaration
public IProperty_Text FormClassification()
Returns
Type | Description |
---|---|
IProperty_Text |
Label()
Retrieve the label
property of the item
Declaration
public IProperty_Text Label()
Returns
Type | Description |
---|---|
IProperty_Text |
Method()
Retrieve the method
property of the item
Declaration
public IProperty_Item<Method> Method()
Returns
Type | Description |
---|---|
IProperty_Item<Method> |
Role()
Retrieve the role
property of the item
Declaration
public IProperty_Item<Identity> Role()
Returns
Type | Description |
---|---|
IProperty_Item<Identity> |
ShowSsvc()
Retrieve the show_ssvc
property of the item
Declaration
public IProperty_Boolean ShowSsvc()
Returns
Type | Description |
---|---|
IProperty_Boolean |
SortOrder()
Retrieve the sort_order
property of the item
Declaration
public IProperty_Number SortOrder()
Returns
Type | Description |
---|---|
IProperty_Number |
Type()
Retrieve the type
property of the item
Declaration
public IProperty_Text Type()
Returns
Type | Description |
---|---|
IProperty_Text |
Url()
Retrieve the url
property of the item
Declaration
public IProperty_Text Url()
Returns
Type | Description |
---|---|
IProperty_Text |