Added property UseRNOParentIdent for Braidwood

Used property UseRNOParentIdent for Braidwood
This commit is contained in:
Rich
2014-01-23 21:21:20 +00:00
parent 1c77c6d9ae
commit 150fa210f7
5 changed files with 15 additions and 1 deletions

View File

@@ -2703,6 +2703,14 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _RNOWidthAdj, "@RNOWidthAdj");
}
}
private LazyLoad<string> _UseRNOParentIdent;
public string UseRNOParentIdent
{
get
{
return LazyLoad(ref _UseRNOParentIdent, "@UseRNOParentIdent");
}
}
private LazyLoad<string> _BoxLeftAdj;
public string BoxLeftAdj
{