Click or drag to resize
EntityViewBaseTEntityGetEntityFieldPropertyDescriptors Method
Gets the entity field property descriptors for the dummy instance passed in.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected virtual void GetEntityFieldPropertyDescriptors(
	IEntityCore dummyInstance,
	ref List<PropertyDescriptor> instanceProperties,
	ref Dictionary<string, PropertyDescriptor> namesAdded
)

Parameters

dummyInstance
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The dummy instance.
instanceProperties
Type: System.Collections.GenericListPropertyDescriptor
The instance properties.
namesAdded
Type: System.Collections.GenericDictionaryString, PropertyDescriptor
The names added by this routine
See Also