 | BcfUndoRepositorySerializesContent Property |
Gets a value indicating whether undo and redo data is serialized to streams.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic bool SerializesContent { get; }Public ReadOnly Property SerializesContent As Boolean
Get
Property Value
Type:
Boolean if serialized;
if object references persist.
See Also