Click or drag to resize

FieldUtilities.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.10.0.0 (5.10.0)
Syntax
public static 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