EntityViewBaseTEntityGetPropertyDescriptors Method |
Gets the property descriptors for the entity passed in. This is a dummy instance, and used to produce the property descriptors.
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 virtual PropertyDescriptorCollection GetPropertyDescriptors(
IEntityCore dummyInstance,
PropertyDescriptor[] listAccessors
)
Public Overridable Function GetPropertyDescriptors (
dummyInstance As IEntityCore,
listAccessors As PropertyDescriptor()
) As PropertyDescriptorCollection
Parameters
- dummyInstance
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
- listAccessors
- Type: System.ComponentModelPropertyDescriptor
Return Value
Type:
PropertyDescriptorCollectionthe propertydescriptor collection of the properties of the entity passed in.
See Also