Modified code to support structure changes to treeview nodes
This commit is contained in:
@@ -345,6 +345,16 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
}
|
||||
private byte[] _LastChanged = new byte[8];//timestamp
|
||||
public byte[] LastChanged
|
||||
{
|
||||
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining)]
|
||||
get
|
||||
{
|
||||
CanReadProperty("LastChanged", true);
|
||||
return _LastChanged;
|
||||
}
|
||||
set { _LastChanged = value; }
|
||||
}
|
||||
private int _ContentDetailCount = 0;
|
||||
/// <summary>
|
||||
/// Count of ContentDetails for this Content
|
||||
|
Reference in New Issue
Block a user