Class ServiceProvider
Class for the item type ServiceProvider
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 ServiceProvider : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View SourceServiceProvider()
Declaration
protected ServiceProvider()
ServiceProvider(ElementFactory, Object[])
Declaration
public ServiceProvider(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceActive()
Retrieve the active
property of the item
Declaration
public IProperty_Boolean Active()
Returns
Type | Description |
---|---|
IProperty_Boolean |
NameProp()
Retrieve the name
property of the item
Declaration
public IProperty_Text NameProp()
Returns
Type | Description |
---|---|
IProperty_Text |
ServiceType()
Retrieve the service_type
property of the item
Declaration
public IProperty_Text ServiceType()
Returns
Type | Description |
---|---|
IProperty_Text |
Url()
Retrieve the url
property of the item
Declaration
public IProperty_Text Url()
Returns
Type | Description |
---|---|
IProperty_Text |