ChildPropertyTypeDescriptionProviderGetTypeDescriptor(Type, Object) Method

This gets a custom type descriptor for the given type and object

Definition

Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public override ICustomTypeDescriptor GetTypeDescriptor(
	Type objectType,
	Object instance
)

Parameters

objectType  Type
The type of object for which to retrieve the type descriptor.
instance  Object
An instance of the type. This may be null if not instance was passed to the type descriptor.

Return Value

ICustomTypeDescriptor
An ICustomTypeDescriptor that can provide metadata for the type

See Also