Table of Contents

Class ImportMappingFieldBase

Namespace
MES.MQC.DataSourceLibrary.Adapters.Apis.Jira.Forms.SubForms
Assembly
MES.MQC.DataSourceLibrary.dll
public abstract class ImportMappingFieldBase
Inheritance
ImportMappingFieldBase
Derived
Inherited Members

Properties

FromJira

public bool FromJira { get; set; }

Property Value

bool

Regex

[Augmentation(typeof(RequiredFromParentAugmenter), null, AssistanceExecution.Always)]
[Augmentation(typeof(VisibleInTableAugmenter), new string[] { "Visible=FromJira" }, AssistanceExecution.Always)]
[Augmentation(typeof(NotDisabledFromFieldAugmenter), new string[] { "Field=Field" }, AssistanceExecution.Always)]
public string Regex { get; set; }

Property Value

string

StaticValue

[Augmentation(typeof(RequiredFromParentAugmenter), null, AssistanceExecution.Always)]
[Augmentation(typeof(NotVisibleInTableAugmenter), new string[] { "NotVisible=FromJira" }, AssistanceExecution.Always)]
public string StaticValue { get; set; }

Property Value

string

Value

[Augmentation(typeof(RequiredFromParentAugmenter), null, AssistanceExecution.Always)]
[Augmentation(typeof(VisibleInTableAugmenter), new string[] { "Visible=FromJira" }, AssistanceExecution.Always)]
[Augmentation(typeof(NotDisabledFromFieldAugmenter), new string[] { "Field=Field" }, AssistanceExecution.Always)]
public string Value { get; set; }

Property Value

string