Added Property IsNote1 to find Warnings in Calvert Formats

This commit is contained in:
Rich
2014-11-11 03:45:21 +00:00
parent 89cf100425
commit 0d3113c633

View File

@@ -1226,6 +1226,13 @@ namespace VEPROMS.CSLA.Library
return IsType("Note");
}
}
public bool IsNote1
{
get
{
return IsType("Note1");
}
}
public bool IsFootnote
{
get