Class StateNotification
Class for the item type State Notification
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 StateNotification : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IEquatable<IItemRef>, INullRelationship<LifeCycleState>, IRelationship<Identity>, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef
Constructors
| Improve this Doc View SourceStateNotification()
Declaration
protected StateNotification()
StateNotification(ElementFactory, Object[])
Declaration
public StateNotification(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 |
Body()
Retrieve the body property of the item
Declaration
public IProperty_Text Body()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
FromUser()
Retrieve the from_user property of the item
Declaration
public IProperty_Item<User> FromUser()
Returns
| Type | Description |
|---|---|
| IProperty_Item<User> |
FromUserStr()
Retrieve the from_user_str property of the item
Declaration
public IProperty_Text FromUserStr()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
HtmlBody()
Retrieve the html_body property of the item
Declaration
public IProperty_Text HtmlBody()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
Label()
Retrieve the label property of the item
Declaration
public IProperty_Text Label()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
SortOrder()
Retrieve the sort_order property of the item
Declaration
public IProperty_Number SortOrder()
Returns
| Type | Description |
|---|---|
| IProperty_Number |
Subject()
Retrieve the subject property of the item
Declaration
public IProperty_Text Subject()
Returns
| Type | Description |
|---|---|
| IProperty_Text |