Child Property Descriptor Constructor
Constructor
Definition
Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public ChildPropertyDescriptor(
PropertyDescriptor parent,
PropertyDescriptor child,
string name
)VB
Public Sub New (
parent As PropertyDescriptor,
child As PropertyDescriptor,
name As String
)C++
public:
ChildPropertyDescriptor(
PropertyDescriptor^ parent,
PropertyDescriptor^ child,
String^ name
)F#
new :
parent : PropertyDescriptor *
child : PropertyDescriptor *
name : string -> ChildPropertyDescriptorParameters
- parent PropertyDescriptor
- The parent property descriptor
- child PropertyDescriptor
- The child property descriptor
- name String
- The name of the property