C# Class YAXLib.YAXFormatAttribute

Inheritance: YAXBaseAttribute
Mostra file Open project: sinairv/YAXLib

Public Methods

Method Description
YAXFormatAttribute ( string format ) : System

Initializes a new instance of the YAXFormatAttribute class.

Method Details

YAXFormatAttribute() public method

Initializes a new instance of the YAXFormatAttribute class.
public YAXFormatAttribute ( string format ) : System
format string The format string.
return System