Table of Contents

Class ProjectBranchesArtifactNameDuplicateValidator

Namespace
MES.MQC.DataSourceLibrary.Adapters.Apis.Gitlab.Forms.Validators
Assembly
MES.MQC.DataSourceLibrary.dll
public class ProjectBranchesArtifactNameDuplicateValidator : DuplicateValidatorBase<ProjectBranchWithArtifact>, IFormFieldAssistant
Inheritance
ProjectBranchesArtifactNameDuplicateValidator
Implements
Inherited Members

Properties

LoadTypes

public GitlabPipelineDataLocationForm.LoadType[] LoadTypes { get; set; }

Property Value

LoadType[]

Methods

GetItemLabel(ProjectBranchWithArtifact)

protected override string GetItemLabel(ProjectBranchWithArtifact projectBranch)

Parameters

projectBranch ProjectBranchWithArtifact

Returns

string

GetLabel(FieldAttributeBase)

protected override string GetLabel(FieldAttributeBase fieldConfig)

Parameters

fieldConfig FieldAttributeBase

Returns

string

Validate(FieldAttributeBase)

public override bool Validate(FieldAttributeBase fieldConfig)

Parameters

fieldConfig FieldAttributeBase

Returns

bool