Class SecureMessageFlaggedBy
Class for the item type SecureMessageFlaggedBy
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 SecureMessageFlaggedBy : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View SourceSecureMessageFlaggedBy()
Declaration
protected SecureMessageFlaggedBy()
SecureMessageFlaggedBy(ElementFactory, Object[])
Declaration
public SecureMessageFlaggedBy(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 |
FlaggedById()
Retrieve the flagged_by_id
property of the item
Declaration
public IProperty_Item<User> FlaggedById()
Returns
Type | Description |
---|---|
IProperty_Item<User> |
SortOrder()
Retrieve the sort_order
property of the item
Declaration
public IProperty_Number SortOrder()
Returns
Type | Description |
---|---|
IProperty_Number |
SourceType()
Retrieve the source_type
property of the item
Declaration
public IProperty_Item<ItemType> SourceType()
Returns
Type | Description |
---|---|
IProperty_Item<ItemType> |