Freigeben über


ExternalType Class

Definition

FormulaType that can be used by UntypedObject instances to indicate that the type of the data does not exist in PowerFx.

public class ExternalType : Microsoft.PowerFx.Types.FormulaType
type ExternalType = class
    inherit FormulaType
Public Class ExternalType
Inherits FormulaType
Inheritance
ExternalType

Constructors

ExternalType(ExternalTypeKind)

Fields

ArrayAndObject
ArrayType
ObjectType
UntypedNumber

Properties

Kind

Methods

Equals(Object) (Inherited from FormulaType)
GetHashCode() (Inherited from FormulaType)
Visit(ITypeVisitor)

Extension Methods

CanPotentiallyCoerceTo(FormulaType, FormulaType)

Can convert value to source format to target or not.

Applies to