This commit is contained in:
@@ -11,30 +11,13 @@ namespace VEPROMS.CSLA.Library
|
||||
return _SearchText;
|
||||
}
|
||||
}
|
||||
|
||||
public partial class AnnotationType
|
||||
{
|
||||
public override string ToString()
|
||||
{
|
||||
return _Name;
|
||||
}
|
||||
|
||||
|
||||
public static IList<AnnotationType> AllTypes()
|
||||
{
|
||||
List<AnnotationType> tlst = new List<AnnotationType>();
|
||||
foreach (AnnotationType at in _AllByPrimaryKey.Values)
|
||||
{
|
||||
tlst.Add(at);
|
||||
}
|
||||
return tlst;
|
||||
}
|
||||
public static Dictionary<string, AnnotationType> AllByName()
|
||||
{
|
||||
return _AllByName;
|
||||
}
|
||||
}
|
||||
|
||||
public partial class AnnotationTypeInfo
|
||||
{
|
||||
public static List<AnnotationTypeInfo> AllList()
|
||||
@@ -42,14 +25,11 @@ namespace VEPROMS.CSLA.Library
|
||||
//return _AllList;
|
||||
return AnnotationTypeInfo._AllList;
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return _Name;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public partial class Annotation
|
||||
{
|
||||
/// <summary>
|
||||
@@ -73,7 +53,6 @@ namespace VEPROMS.CSLA.Library
|
||||
//Update();
|
||||
}
|
||||
}
|
||||
|
||||
//public partial class AnnotationTypeAnnotations
|
||||
//{
|
||||
// public static int GetAnnotationID()
|
||||
|
Reference in New Issue
Block a user