C# 클래스 TESVSnip.Domain.Model.SearchCriteria

파일 보기 프로젝트 열기: figment/tesvsnip

공개 메소드들

메소드 설명
Match ( Record r ) : bool
Match ( Record r, SubRecord sr ) : bool
Match ( Record r, SubRecord sr, Element se ) : bool

메소드 상세

Match() 공개 추상적인 메소드

public abstract Match ( Record r ) : bool
r Record
리턴 bool

Match() 공개 추상적인 메소드

public abstract Match ( Record r, SubRecord sr ) : bool
r Record
sr SubRecord
리턴 bool

Match() 공개 추상적인 메소드

public abstract Match ( Record r, SubRecord sr, Element se ) : bool
r Record
sr SubRecord
se Element
리턴 bool