C# Class TESVSnip.Domain.Model.SearchCriteria

显示文件 Open project: figment/tesvsnip

Public Methods

Method Description
Match ( Record r ) : bool
Match ( Record r, SubRecord sr ) : bool
Match ( Record r, SubRecord sr, Element se ) : bool

Method Details

Match() public abstract method

public abstract Match ( Record r ) : bool
r Record
return bool

Match() public abstract method

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

Match() public abstract method

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