Click or drag to resize

BcfRowViewRepositoryAddProperty Method (PropertyDescriptor, Boolean)

Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntax
public void AddProperty(
	PropertyDescriptor propertyDescriptor,
	bool raiseMetadataChanged
)

Parameters

propertyDescriptor
Type: System.ComponentModelPropertyDescriptor
The property descriptor to add.
raiseMetadataChanged
Type: SystemBoolean
If all tableviews of repository will raise ListChanged.PropertyDescriptorChanged and ListChanged.Reset after adding propertyDescriptor.
Exceptions
ExceptionCondition
ArgumentNullExceptionpropertyDescriptor is .
See Also