Class ServerEvent
Class for the item type Server Event
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 ServerEvent : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IEquatable<IItemRef>, INullRelationship<ItemType>, IRelationship<Method>, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef
Constructors
| Improve this Doc View SourceServerEvent()
Declaration
protected ServerEvent()
ServerEvent(ElementFactory, Object[])
Declaration
public ServerEvent(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 |
EventVersion()
Retrieve the event_version
property of the item
Declaration
public IProperty_Text EventVersion()
Returns
Type | Description |
---|---|
IProperty_Text |
IsRequired()
Retrieve the is_required
property of the item
Declaration
public IProperty_Boolean IsRequired()
Returns
Type | Description |
---|---|
IProperty_Boolean |
Label()
Retrieve the label
property of the item
Declaration
public IProperty_Text Label()
Returns
Type | Description |
---|---|
IProperty_Text |
ServerEventProp()
Retrieve the server_event
property of the item
Declaration
public IProperty_Text ServerEventProp()
Returns
Type | Description |
---|---|
IProperty_Text |
SortOrder()
Retrieve the sort_order
property of the item
Declaration
public IProperty_Number SortOrder()
Returns
Type | Description |
---|---|
IProperty_Number |