Changed GetIdValue to use UniqueID
This commit is contained in:
@@ -375,7 +375,7 @@ namespace VEPROMS.CSLA.Library
|
||||
/// <returns>A Unique ID for the current ROFst</returns>
|
||||
protected override object GetIdValue()
|
||||
{
|
||||
return _ROFstID;
|
||||
return MyROFstUnique; // Absolutely Unique ID
|
||||
}
|
||||
#endregion
|
||||
#region ValidationRules
|
||||
@@ -522,7 +522,7 @@ namespace VEPROMS.CSLA.Library
|
||||
protected static int ROFstUnique
|
||||
{ get { return ++_ROFstUnique; } }
|
||||
private int _MyROFstUnique = ROFstUnique;
|
||||
public int MyROFstUnique
|
||||
public int MyROFstUnique // Absolutely Unique ID - Editable
|
||||
{ get { return _MyROFstUnique; } }
|
||||
protected ROFst()
|
||||
{/* require use of factory methods */
|
||||
|
Reference in New Issue
Block a user