This commit is contained in:
2009-11-13 13:30:19 +00:00
parent 57fc6fa1a7
commit 236f2b9fe9
3 changed files with 106 additions and 8 deletions

View File

@@ -42,6 +42,10 @@ namespace VEPROMS.CSLA.Library
}
public partial class ContentInfo
{
public PartInfoList LocalContentParts
{
get { return _ContentParts; }
}
public void AddPart(SafeDataReader dr, ItemInfo itemInfo)
{
if (_ContentParts == null)
@@ -53,6 +57,10 @@ namespace VEPROMS.CSLA.Library
{
return string.Format("{0} {1}", Number, Text);
}
public void ShowChange()
{
OnChange();
}
//public XmlNode ToXml(XmlNode xn)
//{
// XmlNode nd = xn.OwnerDocument.CreateElement("Content");