ExternalType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |