Changed Number field to 256 characters

This commit is contained in:
Rich
2009-07-24 20:50:27 +00:00
parent 921b269a28
commit 73407f36d0
8 changed files with 26 additions and 2 deletions

View File

@@ -102,6 +102,9 @@ namespace VEPROMS.CSLA.Library
}
}
private string _Number = string.Empty;
/// <summary>
/// Increased from 30 to 256 to support RTF symbols
/// </summary>
public string Number
{
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining)]