C# Class ModelBuilder.PropertyExpression

The PropertyExpression class defines regular expressions for matching values.
Datei anzeigen Open project: roryprimrose/ModelBuilder

Public Properties

Property Type Description
Email System.Text.RegularExpressions.Regex
FirstName System.Text.RegularExpressions.Regex
Gender System.Text.RegularExpressions.Regex
LastName System.Text.RegularExpressions.Regex

Property Details

Email public_oe static_oe property

Defines the expression for matching email properties.
public static Regex,System.Text.RegularExpressions Email
return System.Text.RegularExpressions.Regex

FirstName public_oe static_oe property

Defines the expression for matching first/given name properties.
public static Regex,System.Text.RegularExpressions FirstName
return System.Text.RegularExpressions.Regex

Gender public_oe static_oe property

Defines the expression for matching gender/sex properties.
public static Regex,System.Text.RegularExpressions Gender
return System.Text.RegularExpressions.Regex

LastName public_oe static_oe property

Defines the expression for matching last name/surname properties.
public static Regex,System.Text.RegularExpressions LastName
return System.Text.RegularExpressions.Regex