Click or drag to resize
CalculationWorks Logo
BcfChildViewPropertyDescriptorShouldSerializeValue Method
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: 3.0.2.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.
Version Information

CalculationWorks.ViewModel.Forms

Supported in: 3.0, 2.1, 2.0
See Also