Show / Hide Table of Contents

Class ServiceConnection

Inheritance
System.Object
ModelBase
ServiceConnection
Implements
System.Runtime.Serialization.IExtensibleDataObject
IServiceConnection
Inherited Members
ModelBase.ExtensionData
Namespace: MAT.Atlas.Automation.Api.Models
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public sealed class ServiceConnection : ModelBase, IExtensibleDataObject, IServiceConnection

Constructors

ServiceConnection()

Declaration
public ServiceConnection()

ServiceConnection(ObjectId, String, ConnectionState)

Declaration
public ServiceConnection(ObjectId identifier, string friendlyName, ConnectionState state)
Parameters
Type Name Description
ObjectId identifier
System.String friendlyName
ConnectionState state

Fields

Empty

Declaration
public static readonly ServiceConnection Empty
Field Value
Type Description
ServiceConnection

Properties

FriendlyName

Declaration
public string FriendlyName { get; set; }
Property Value
Type Description
System.String

Id

Declaration
public ObjectId Id { get; set; }
Property Value
Type Description
ObjectId

State

Declaration
public ConnectionState State { get; set; }
Property Value
Type Description
ConnectionState

Implements

System.Runtime.Serialization.IExtensibleDataObject
IServiceConnection
In This Article
Back to top Generated by DocFX