FieldUtilitiesGetEntityFieldPropertyDescriptors 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.12.0.0 (5.12.0)
Syntaxpublic static void GetEntityFieldPropertyDescriptors(
IEntityCore dummyInstance,
ref List<PropertyDescriptor> instanceProperties,
ref Dictionary<string, PropertyDescriptor> namesAdded
)
Public Shared Sub GetEntityFieldPropertyDescriptors (
dummyInstance As IEntityCore,
ByRef instanceProperties As List(Of PropertyDescriptor),
ByRef namesAdded As Dictionary(Of String, PropertyDescriptor)
)
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