UntypedObjectBase 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.
public abstract class UntypedObjectBase : Microsoft.PowerFx.Types.IUntypedObject
type UntypedObjectBase = class
interface IUntypedObject
Public MustInherit Class UntypedObjectBase
Implements IUntypedObject
- Inheritance
-
UntypedObjectBase
- Implements
Constructors
| UntypedObjectBase() |
Properties
| Item[Int32] | |
| Type |
Methods
| GetArrayLength() | |
| GetBoolean() | |
| GetDecimal() | |
| GetDouble() | |
| GetProperty(String, FormulaType) |
Get the property value of the untyped object. Hosts should override this method in case a different return value is needed. For example, a host may want to return a ErrorValue in case of a missing property. |
| GetString() | |
| GetUntypedNumber() | |
| SetIndex(Int32, FormulaValue) |
Set a property on the object. |
| SetProperty(String, FormulaValue) |
Set a property on the object. |
| TryGetProperty(String, IUntypedObject) | |
| TryGetPropertyNames(IEnumerable<String>) | |