Parcel Constructor NFX Class Library

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

Overload List

  NameDescription
Protected methodParcel 
Used for serialization
Protected methodParcel(Object)
This ctor is never public, used with __ctor__injectID
Protected methodParcel(GDID, Object)
Called when creating new Parcel instances by the original author. The new instance is in 'ParcelState.Creating' state
Protected methodParcel(GDID, Object, IReplicationVersionInfo)
Called by device to load parcel from storage. The new instance is in 'ParcelState.Sealed' state. Business logic devs - do not call
Back to Top
See Also