C# 클래스 Mono.Data.Sqlite.Orm.ComponentModel.CheckAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: mattleibow/Mono.Data.Sqlite.Orm

공개 메소드들

메소드 설명
CheckAttribute ( string expression ) : System

Initializes a new instance of the CheckAttribute class.

메소드 상세

CheckAttribute() 공개 메소드

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