Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.Attributes.RegexValidationBaseAttribute Constructor

Constructor.

Class: YetaWF.Core.Models.Attributes.RegexValidationBaseAttribute
Namespace: YetaWF.Core.Models.Attributes
Assembly: YetaWF.Core

Syntax

public RegexValidationBaseAttribute(
    string pattern,
    string message,
    string errorMessageWithFieldFormat,
    string errorMessageWithDataFormat );

Parameters

pattern

(not specified)

message

(not specified)

errorMessageWithFieldFormat

(not specified)

errorMessageWithDataFormat

(not specified)

Remarks

Standard constructor.

See Also YetaWF.Core.Models.Attributes.RegexValidationBaseAttribute ClassYetaWF.Core Overview