 | BcfUndoRepositorySerializesContent Property |
[This is preliminary documentation and is subject to change.]
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.0.0-beta7
Syntaxpublic bool SerializesContent { get; }Public ReadOnly Property SerializesContent As Boolean
Get
Property Value
Type:
Booleantrue if serialized;
false if object references persist.
See Also