C# Class HermaFx.DataAnnotations.RequiredIfRegExMatchAttribute

Inheritance: RequiredIfAttribute
Datei anzeigen Open project: evicertia/HermaFx

Public Methods

Method Description
RequiredIfRegExMatchAttribute ( string dependentProperty, string pattern ) : System

Method Details

RequiredIfRegExMatchAttribute() public method

public RequiredIfRegExMatchAttribute ( string dependentProperty, string pattern ) : System
dependentProperty string
pattern string
return System