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");
|
return IsType("Note");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
public bool IsNote1
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return IsType("Note1");
|
||||||
|
}
|
||||||
|
}
|
||||||
public bool IsFootnote
|
public bool IsFootnote
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
|
Reference in New Issue
Block a user