DataCollectorBaseGetPropertyNamesForBag Method |
Gets the property names for the property bag to bind to the property grid. This list of names is used to create property descriptors
which are easier to read as they have their names split on word breaks.
Namespace:
SD.LLBLGen.Pro.Core.GeneralDataStructures
Assembly:
SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.3.0.0 (5.3.0)
Syntax protected abstract HashSet<string> GetPropertyNamesForBag()
Protected MustOverride Function GetPropertyNamesForBag As HashSet(Of String)
Return Value
Type:
HashSetStringSee Also