This commit is contained in:
2008-08-12 11:18:05 +00:00
parent 3aedee5967
commit 610f408c6d
5 changed files with 224 additions and 24 deletions

View File

@@ -185,6 +185,8 @@ namespace VEPROMS.CSLA.Library
return null;
}
}
public Procedure MyProcedure
{ get { return _Procedure; } }
#endregion
#region ToString
public override string ToString()
@@ -201,7 +203,7 @@ namespace VEPROMS.CSLA.Library
Default = 0,
[Description("Single Column")]
OneColumn,
[Description("Duel Column")]
[Description("Dual Column")]
TwoColumn,
[Description("Triple Column")]
ThreeColumn,