Early Access: The content on this website is provided for informational purposes only in connection with pre-General Availability Qlik Products.
All content is subject to change and is provided without warranty.
Skip to main content Skip to complementary content

AsObject Method

Overloads

AsObject()

Converts an ContainerEntry into its corresponding GenericObject

AsObject<T>()

Converts an ContainerEntry into its corresponding GenericObject

AsObject()

Converts an ContainerEntry into its corresponding GenericObject

Declaration

      public GenericObject AsObject()
    

Returns

Type Description
GenericObject

a Generic Object

Implements

AsObject<T>()

Converts an ContainerEntry into its corresponding GenericObject

Declaration

      public T AsObject<T>()
    where T : GenericObject
    

Returns

Type Description
T

a Generic Object

Type Parameters

Name Description
T

Expected GenericObject subclass type

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!