This commit is contained in:
@@ -1311,6 +1311,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _Macro, "@Macro");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _NotOnEmpty;
|
||||
public bool NotOnEmpty
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _NotOnEmpty, "@NotOnEmpty");
|
||||
}
|
||||
}
|
||||
public override string GetPDDisplayName()
|
||||
{ return string.Format("[{0}]",Index); }
|
||||
public override string GetPDDescription()
|
||||
@@ -4704,6 +4712,7 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _NotInRNO, "@NotInRNO");
|
||||
}
|
||||
}
|
||||
|
||||
private bool? _Inherited;
|
||||
public bool Inherited
|
||||
{
|
||||
|
Reference in New Issue
Block a user