Persistate API documentation
CopyTransientFrom Method (from)
NamespacesPersistatePersistentCopyTransientFrom(Persistent)

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

Allows derived classes to copy transient data when CopyFrom is called.
Declaration Syntax
C#
public virtual void CopyTransientFrom(
	Persistent from
)
Parameters
from (Persistent)
The object to copy transient data from.
Remarks
Override this in a generated class so that you can copy any transient data or perform any other functionality. This method is called from CopyFrom after the persistent fields have been copied.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)