 | 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
Syntaxpublic void AddProperty(
PropertyDescriptor propertyDescriptor,
bool raiseMetadataChanged
)
Public Sub AddProperty (
propertyDescriptor As PropertyDescriptor,
raiseMetadataChanged As Boolean
)
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
See Also