This commit is contained in:
2013-03-26 13:32:19 +00:00
parent 2efe10bd9a
commit 4b26543dca
9 changed files with 56 additions and 15 deletions

View File

@@ -4926,6 +4926,14 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _CapsTransitions, "@CapsTransitions");
}
}
private LazyLoad<bool> _CapsTransitionsSection;
public bool CapsTransitionsSection
{
get
{
return LazyLoad(ref _CapsTransitionsSection, "@CapsTransitionsSection");
}
}
private LazyLoad<bool> _CapTranStep;
public bool CapTranStep
{
@@ -4974,6 +4982,14 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _Cap1stCharTrans, "@Cap1stCharTrans");
}
}
private LazyLoad<bool> _Cap1stCharTransSection;
public bool Cap1stCharTransSection
{
get
{
return LazyLoad(ref _Cap1stCharTransSection, "@Cap1stCharTransSection");
}
}
private LazyLoad<bool> _UseTransitionModifier;
public bool UseTransitionModifier
{