C# 클래스 Azavea.Open.DAO.Criteria.AbstractSinglePropertyExpression

상속: AbstractExpression
파일 보기 프로젝트 열기: azavea/net-dao

공개 프로퍼티들

프로퍼티 타입 설명
Property string

공개 메소드들

메소드 설명
ToString ( ) : string

보호된 메소드들

메소드 설명
AbstractSinglePropertyExpression ( string property, bool trueOrNot ) : System

Base class for expressions that only check one property.

메소드 상세

AbstractSinglePropertyExpression() 보호된 메소드

Base class for expressions that only check one property.
protected AbstractSinglePropertyExpression ( string property, bool trueOrNot ) : System
property string The data class' property/field being compared. /// May not be null.
trueOrNot bool True means look for matches (I.E. ==), /// false means look for non-matches (I.E. !=)
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Property 공개적으로 프로퍼티

The data class' property/field being compared. May not be null.
public string Property
리턴 string