Table of Contents

Class FormFieldValidatorSimple<TFormAdapter>

Namespace
MES.MQC.UtilityLibrary.Form
Assembly
MES.MQC.UtilityLibrary.dll
public abstract class FormFieldValidatorSimple<TFormAdapter> : FormFieldAssistantBase<TFormAdapter>, IFormFieldAssistant where TFormAdapter : IFormAdapter

Type Parameters

TFormAdapter
Inheritance
FormFieldValidatorSimple<TFormAdapter>
Implements
Inherited Members

Methods

InitializeCacheKey(FieldAttributeBase)

public override void InitializeCacheKey(FieldAttributeBase fieldConfig)

Parameters

fieldConfig FieldAttributeBase

Validate(FieldAttributeSimple)

public abstract bool Validate(FieldAttributeSimple fieldConfig)

Parameters

fieldConfig FieldAttributeSimple

Returns

bool

Validate(IFieldAttribute)

public bool Validate(IFieldAttribute fieldConfig)

Parameters

fieldConfig IFieldAttribute

Returns

bool