Click or drag to resize

PropertyBagProvider.CreatePropertyBag Method (HashSet<String>)

Creates the property bag for the object specified in the ctor.

Namespace:  SD.LLBLGen.Pro.Core.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax
public PropertyBag CreatePropertyBag(
	HashSet<string> propertyNames
)

Parameters

propertyNames
Type: System.Collections.Generic.HashSet<String>
The names of the properties to include in the bag. Can be empty, in which case all properties are returned.

Return Value

Type: PropertyBag
property bag to use with the object specified.
See Also