Class PresentationConfiguration
Class for the item type PresentationConfiguration
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 PresentationConfiguration : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View SourcePresentationConfiguration()
Declaration
protected PresentationConfiguration()
PresentationConfiguration(ElementFactory, Object[])
Declaration
public PresentationConfiguration(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceNameProp()
Retrieve the name
property of the item
Declaration
public IProperty_Text NameProp()
Returns
Type | Description |
---|---|
IProperty_Text |
SecondaryIcon()
Retrieve the secondary_icon
property of the item
Declaration
public IProperty_Text SecondaryIcon()
Returns
Type | Description |
---|---|
IProperty_Text |
Style()
Retrieve the style
property of the item
Declaration
public IProperty_Text Style()
Returns
Type | Description |
---|---|
IProperty_Text |