C# Class Mono.Data.Sqlite.Orm.ComponentModel.CheckAttribute

Inheritance: System.Attribute
Mostra file Open project: mattleibow/Mono.Data.Sqlite.Orm

Public Methods

Method Description
CheckAttribute ( string expression ) : System

Initializes a new instance of the CheckAttribute class.

Method Details

CheckAttribute() public method

Initializes a new instance of the CheckAttribute class.
public CheckAttribute ( string expression ) : System
expression string /// The expression to use when doing the check. ///
return System