Parcel NewlySealed Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns true when parcel was just sealed after a call to Open or .ctor/create. Datastore may check this flag and disallow saving of parcel instances that have not changed

Namespace: NFX.DataAccess.Distributed
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public bool NewlySealed { get; }

Property Value

Type: OnlineBoolean
See Also