added a Refresh method to refresh AnnotationTypeInfoList
added a Refresh method to refresh StageInfoList
This commit is contained in:
parent
119769f31f
commit
12eaf94c09
@ -66,6 +66,14 @@ namespace VEPROMS.CSLA.Library
|
|||||||
return _Name;
|
return _Name;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
public partial class AnnotationTypeInfoList
|
||||||
|
{
|
||||||
|
public static void Refresh()
|
||||||
|
{
|
||||||
|
Reset();
|
||||||
|
_AnnotationTypeInfoList = Get();
|
||||||
|
}
|
||||||
|
}
|
||||||
public partial class Annotation
|
public partial class Annotation
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -1518,4 +1518,12 @@ namespace VEPROMS.CSLA.Library
|
|||||||
DataPortal_Fetch(new PKCriteria(cai.ContentID));
|
DataPortal_Fetch(new PKCriteria(cai.ContentID));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
public partial class StageInfoList
|
||||||
|
{
|
||||||
|
public static void Refresh()
|
||||||
|
{
|
||||||
|
Reset();
|
||||||
|
_StageInfoList = Get();
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user