C# Класс Habanero.Smooth.AutoMapStringPatternMatchPropRuleAttribute

Marks a String Pattern Match property rule. PropRuleString
Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
AutoMapStringPatternMatchPropRuleAttribute ( string pattern ) : System

Construct the Attribute with a specific RegEx pattern

AutoMapStringPatternMatchPropRuleAttribute ( string pattern, string message ) : System

Construct the Attribute with a specific RegEx pattern and a Message

Описание методов

AutoMapStringPatternMatchPropRuleAttribute() публичный Метод

Construct the Attribute with a specific RegEx pattern
public AutoMapStringPatternMatchPropRuleAttribute ( string pattern ) : System
pattern string
Результат System

AutoMapStringPatternMatchPropRuleAttribute() публичный Метод

Construct the Attribute with a specific RegEx pattern and a Message
public AutoMapStringPatternMatchPropRuleAttribute ( string pattern, string message ) : System
pattern string
message string
Результат System