Class GlobalPresentationConfig
Class for the item type GlobalPresentationConfig
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 GlobalPresentationConfig : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View SourceGlobalPresentationConfig()
Declaration
protected GlobalPresentationConfig()
GlobalPresentationConfig(ElementFactory, Object[])
Declaration
public GlobalPresentationConfig(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceAdditionalData()
Retrieve the additional_data
property of the item
Declaration
public IProperty_Text AdditionalData()
Returns
Type | Description |
---|---|
IProperty_Text |
Client()
Retrieve the client
property of the item
Declaration
public IProperty_Text Client()
Returns
Type | Description |
---|---|
IProperty_Text |
PresentationId()
Retrieve the presentation_id
property of the item
Declaration
public IProperty_Item<PresentationConfiguration> PresentationId()
Returns
Type | Description |
---|---|
IProperty_Item<PresentationConfiguration> |
ViewType()
Retrieve the view_type
property of the item
Declaration
public IProperty_Text ViewType()
Returns
Type | Description |
---|---|
IProperty_Text |