This commit is contained in:
2009-06-12 20:17:03 +00:00
parent 20486ad90a
commit 368c85c98b
2 changed files with 61 additions and 46 deletions

View File

@@ -69,6 +69,12 @@ namespace DataLoader
}
return false;
}
public int ItemCount
{
get { return xmldoc.DocumentElement.ChildNodes.Count; }
}
public override string ToString()
{
if (xmldoc != null) return xmldoc.InnerXml;