CreateChild Method
Overloads
CreateChild<T>(GenericObjectProperties, GenericObjectProperties) |
Creation of child generic object |
CreateChild<T>(GenericObjectProperties, GenericObjectProperties)
Creation of child generic object
Declaration
public T CreateChild<T>([QixName("qProp")] GenericObjectProperties prop, [QixName("qPropForThis")] GenericObjectProperties propForThis = null)
where T : GenericObject
Parameters
Type | Name | Description |
---|---|---|
GenericObjectProperties | prop |
Properties of the child to create |
GenericObjectProperties | propForThis |
Properties of the parent object |
Returns
Type | Description |
---|---|
T |
The created object |
Type Parameters
Name | Description |
---|---|
T |
Type of the child to create |
Implements
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!