Beispiel #1
0
 /// <summary>
 /// Get the id category of the given node</summary>
 protected override object GetIdCategory(DomNode node)
 {
     return(node.GetTag(typeof(CategoryUniqueIdValidator.IDocumentTag)));
 }
        /// <summary>
        /// Get the id category of the given node</summary>
        protected override object GetIdCategory(DomNode node)
        {
	        return node.GetTag(typeof (CategoryUniqueIdValidator.IDocumentTag));
        }