Class SearchMode
Class for the item type SearchMode
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 SearchMode : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View SourceSearchMode()
Declaration
protected SearchMode()
SearchMode(ElementFactory, Object[])
Declaration
public SearchMode(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceIsActive()
Retrieve the is_active
property of the item
Declaration
public IProperty_Boolean IsActive()
Returns
Type | Description |
---|---|
IProperty_Boolean |
Label()
Retrieve the label
property of the item
Declaration
public IProperty_Text Label()
Returns
Type | Description |
---|---|
IProperty_Text |
NameProp()
Retrieve the name
property of the item
Declaration
public IProperty_Text NameProp()
Returns
Type | Description |
---|---|
IProperty_Text |
SearchHandler()
Retrieve the search_handler
property of the item
Declaration
public IProperty_Text SearchHandler()
Returns
Type | Description |
---|---|
IProperty_Text |