C# Class Adf.Business.ValueObject.MaskedAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
MaskedAttribute ( string mask ) : System

Initializes an object of MaskedAttribute with the supplied mask.

Method Details

MaskedAttribute() public method

Initializes an object of MaskedAttribute with the supplied mask.
public MaskedAttribute ( string mask ) : System
mask string The mask.
return System