Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public virtual PropertyDescriptorCollection GetPropertyDescriptors(
	IEntityCore dummyInstance,
	PropertyDescriptor[] listAccessors
)

Parameters

dummyInstance
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
listAccessors
Type: System.ComponentModelPropertyDescriptor

Return Value

Type: PropertyDescriptorCollection
the propertydescriptor collection of the properties of the entity passed in.
See Also