ChildPropertyDescriptor Constructor

Constructor

Definition

Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public ChildPropertyDescriptor(
	PropertyDescriptor parent,
	PropertyDescriptor child,
	string name
)

Parameters

parent  PropertyDescriptor
The parent property descriptor
child  PropertyDescriptor
The child property descriptor
name  String
The name of the property

See Also