Skip to main content Skip to complementary content

CreateGenericObject Method

Overloads

CreateGenericObject(GenericObjectProperties)

Creates a generic object at app level. For more information on generic objects, see Generic object.

It is possible to create a generic object that is linked to another object.

A linked object is an object that points to a linking object. The linking object is defined in the properties of the linked object (in qExtendsId ).

The linked object has the same properties as the linking object.

CreateGenericObject(GenericObjectProperties)

Creates a generic object at app level. For more information on generic objects, see Generic object.

It is possible to create a generic object that is linked to another object.

A linked object is an object that points to a linking object. The linking object is defined in the properties of the linked object (in qExtendsId ).

The linked object has the same properties as the linking object.

Declaration

      [QixName("CreateObject")]
public CreateGenericObjectResult CreateGenericObject([QixName("qProp")] GenericObjectProperties prop)
    

Parameters

Type Name Description
GenericObjectProperties prop

Information about the object.

Returns

Type Description
CreateGenericObjectResult

Implements

Remarks

The linking object cannot be a transient object.

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!