Skip to main content Skip to complementary content

CreateChild Method

Overloads

CreateChild<T>(GenericObjectProperties, GenericObjectProperties)

Creation of child generic object

Declaration

      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 (this)

Returns

Type Description
T

The created object as type T

Type Parameters

Name Description
T

Type of the child to create

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!