CreateChild Method
Overloads
| CreateChild<T>(GenericObjectProperties, GenericObjectProperties) | 
             Creation of child generic object  | 
        
      
    
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  |