Class WorkflowServerConnectionInfo
Represents information required to connect to a Colectica Workflow server.
Inherited Members
Namespace: Algenta.Colectica.Model.Workflow
Assembly: Algenta.Colectica.Model.dll
Syntax
public class WorkflowServerConnectionInfo : NotificationObject
Properties
AuthenticationMethod
Gets or sets the authentication method used to connect to the workflow server.
Declaration
public RepositoryAuthenticationMethod AuthenticationMethod { get; set; }
Property Value
Type | Description |
---|---|
RepositoryAuthenticationMethod | The authentication method used to connect to the workflow server. |
DisplayLabel
Gets a label to be displayed when the instance is shown in a list.
Declaration
public string DisplayLabel { get; }
Property Value
Type | Description |
---|---|
System.String |
Password
Gets or sets the password used to connect to the workflow server, when AuthenticationMethod
is set to UserName
.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Url
Gets or sets the URL of the Colectica Workflow server.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String | The URL of the Colectica Workflow server. |
UserName
Gets or sets the username used to connect to the workflow server, when AuthenticationMethod
is set to UserName
.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |