Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IPropertyEnumerator.cs
1
using
System;
2
using
System.Threading.Tasks;
3
using
Waher.Runtime.Inventory
;
4
using
Waher.Script.Abstraction.Elements
;
5
6
namespace
Waher.Script.Functions.Runtime.PropertyEnumerators
7
{
11
public
interface
IPropertyEnumerator
:
IProcessingSupport
<Type>
12
{
18
Task<IElement>
EnumerateProperties
(
object
Object);
19
}
20
}
Waher.Runtime.Inventory.IProcessingSupport
Interface for detecting interfaces supporting objects with predefined features.
Definition:
IProcessingSupport.cs:8
Waher.Script.Functions.Runtime.PropertyEnumerators.IPropertyEnumerator
Interface for property enumerators.
Definition:
IPropertyEnumerator.cs:12
Waher.Script.Functions.Runtime.PropertyEnumerators.IPropertyEnumerator.EnumerateProperties
Task< IElement > EnumerateProperties(object Object)
Enumerates the properties of an object (of a type it supports).
Waher.Runtime.Inventory
Definition:
TypesLoader.cs:9
Waher.Script.Abstraction.Elements
Definition:
AbelianGroupElement.cs:5
Waher.Script.Functions.Runtime.PropertyEnumerators
Definition:
DefaultPropertyEnumerator.cs:12
IoTGateway
Script
Waher.Script
Functions
Runtime
PropertyEnumerators
IPropertyEnumerator.cs
Generated by
1.9.5