Added Property IsNote1 to find Warnings in Calvert Formats
This commit is contained in:
@@ -1226,6 +1226,13 @@ namespace VEPROMS.CSLA.Library
|
||||
return IsType("Note");
|
||||
}
|
||||
}
|
||||
public bool IsNote1
|
||||
{
|
||||
get
|
||||
{
|
||||
return IsType("Note1");
|
||||
}
|
||||
}
|
||||
public bool IsFootnote
|
||||
{
|
||||
get
|
||||
|
Reference in New Issue
Block a user