Show / Hide Table of Contents

Class WorkflowServerConnectionInfo

Represents information required to connect to a Colectica Workflow server.

Inheritance
Object
NotificationObject
WorkflowServerConnectionInfo
Implements
INotifyPropertyChanged
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(String)
NotificationObject.RaisePropertyChanged(String[])
NotificationObject.RaisePropertyChanged<T>(Expression<Func<T>>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, String)
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Workflow
Assembly: Algenta.Colectica.Model.dll
Syntax
public class WorkflowServerConnectionInfo : NotificationObject, INotifyPropertyChanged

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
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
String

Url

Gets or sets the URL of the Colectica Workflow server.

Declaration
public string Url { get; set; }
Property Value
Type Description
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
String

Implements

System.ComponentModel.INotifyPropertyChanged

Extension Methods

Extensions.Yield<T>(T)
In This Article
Back to top Generated by DocFX