search logic

This commit is contained in:
2009-02-04 19:51:36 +00:00
parent 408ba2ff26
commit ddc6a34966
11 changed files with 1964 additions and 1919 deletions

View File

@@ -862,6 +862,10 @@ namespace VEPROMS.CSLA.Library
{
get { return _SearchPath; }
}
public string ShortSearchPath
{
get { return Regex.Replace(_SearchPath, "\x11.*?\x07", "\x07"); }
}
internal int _SearchAnnotationID;
public int SearchAnnotationID
{