Class Message
Class for the item type Message
Inherited Members
Namespace: Innovator.Client.Model
Assembly: Innovator.Client.dll
Syntax
public class Message : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View SourceMessage()
Declaration
protected Message()
Message(ElementFactory, Object[])
Declaration
public Message(ElementFactory amlContext, params object[] content)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementFactory | amlContext | |
| System.Object[] | content |
Methods
| Improve this Doc View SourceAcknowledge()
Retrieve the acknowledge property of the item
Declaration
public IProperty_Text Acknowledge()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
CustomHtml()
Retrieve the custom_html property of the item
Declaration
public IProperty_Text CustomHtml()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
ExitButtonLabel()
Retrieve the exit_button_label property of the item
Declaration
public IProperty_Text ExitButtonLabel()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
ExpirationDate()
Retrieve the expiration_date property of the item
Declaration
public IProperty_Date ExpirationDate()
Returns
| Type | Description |
|---|---|
| IProperty_Date |
Height()
Retrieve the height property of the item
Declaration
public IProperty_Number Height()
Returns
| Type | Description |
|---|---|
| IProperty_Number |
Icon()
Retrieve the icon property of the item
Declaration
public IProperty_Text Icon()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
IsStandardTemplate()
Retrieve the is_standard_template property of the item
Declaration
public IProperty_Boolean IsStandardTemplate()
Returns
| Type | Description |
|---|---|
| IProperty_Boolean |
MessageNumber()
Retrieve the message_number property of the item
Declaration
public IProperty_Text MessageNumber()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
OkButtonLabel()
Retrieve the ok_button_label property of the item
Declaration
public IProperty_Text OkButtonLabel()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
Priority()
Retrieve the priority property of the item
Declaration
public IProperty_Text Priority()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
ShowExitButton()
Retrieve the show_exit_button property of the item
Declaration
public IProperty_Boolean ShowExitButton()
Returns
| Type | Description |
|---|---|
| IProperty_Boolean |
ShowOkButton()
Retrieve the show_ok_button property of the item
Declaration
public IProperty_Boolean ShowOkButton()
Returns
| Type | Description |
|---|---|
| IProperty_Boolean |
Target()
Retrieve the target property of the item
Declaration
public IProperty_Item<Identity> Target()
Returns
| Type | Description |
|---|---|
| IProperty_Item<Identity> |
Text()
Retrieve the text property of the item
Declaration
public IProperty_Text Text()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
Title()
Retrieve the title property of the item
Declaration
public IProperty_Text Title()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
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 |
Width()
Retrieve the width property of the item
Declaration
public IProperty_Number Width()
Returns
| Type | Description |
|---|---|
| IProperty_Number |