CalculationWorks Logo
BcfChildViewPropertyDescriptorShouldSerializeValue Method CalculationWorks BCF Library 1.1 for .NET Framework 4.5

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

When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 1.1.0.0
Syntax

public override bool ShouldSerializeValue(
	Object component
)

Parameters

component
Type: SystemObject
The component with the property to be examined for persistence.

Return Value

Type: Boolean
true if the property should be persisted; otherwise, false.
See Also

Reference