IUntypedObject Interface

Definition

The backing implementation for UntypedObjectValue, for example Json, Xml, or the Ast or Value system from another language.

public interface IUntypedObject
type IUntypedObject = interface
Public Interface IUntypedObject
Derived

Properties

Item[Int32]

0-based index.

Type

Use ExternalType if the type is incompatible with PowerFx.

Methods

GetArrayLength()
GetBoolean()
GetDecimal()
GetDouble()
GetString()
GetUntypedNumber()
TryGetProperty(String, IUntypedObject)
TryGetPropertyNames(IEnumerable<String>)

If the untyped value is an object then this method returns true and the list of available property names in the propertyNames parameter. Returns false otherwise, propertyNames will be null in this case.

Applies to