Click or drag to resize
EntityViewBase<TEntity>.GetEntityFieldPropertyDescriptors 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.ORMSupportClasses.IEntityCore
The dummy instance.
instanceProperties
Type: System.Collections.Generic.List<PropertyDescriptor>
The instance properties.
namesAdded
Type: System.Collections.Generic.Dictionary<String, PropertyDescriptor>
The names added by this routine
See Also