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
public bool FromJira { get; set; }
Property Value
- bool
[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
[Augmentation(typeof(RequiredFromParentAugmenter), null, AssistanceExecution.Always)]
[Augmentation(typeof(NotVisibleInTableAugmenter), new string[] { "NotVisible=FromJira" }, AssistanceExecution.Always)]
public string StaticValue { get; set; }
Property Value
- string
[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