Table of Contents

Class ApiAugmenterBase<TFieldAttribute>

Namespace
MES.MQC.DataSourceLibrary.Adapters.Apis.Jira.Forms.Augmenters
Assembly
MES.MQC.DataSourceLibrary.dll
public abstract class ApiAugmenterBase<TFieldAttribute> : FormFieldAugmenter<JiraIssueApiConnector, TFieldAttribute>, IFormFieldAssistant where TFieldAttribute : FieldAttributeBase

Type Parameters

TFieldAttribute
Inheritance
ApiAugmenterBase<TFieldAttribute>
Implements
Derived
Inherited Members

Properties

ApiToken

public string ApiToken { get; set; }

Property Value

string

Authentication

public JiraIssueDataLocationForm.AuthenticationType Authentication { get; set; }

Property Value

JiraIssueDataLocationForm.AuthenticationType

ClientCertificate

public ClientCertificate ClientCertificate { get; set; }

Property Value

ClientCertificate

Url

public string Url { get; set; }

Property Value

string

Username

public string Username { get; set; }

Property Value

string