FunctoidCategory Enum
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 enum class FunctoidCategory
[System.Runtime.InteropServices.ComVisible(true)]
public enum FunctoidCategory
type FunctoidCategory =
Public Enum FunctoidCategory
- Inheritance
-
FunctoidCategory
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
String | 3 | |
Math | 4 | |
Conversion | 5 | |
DateTime | 6 | |
Scientific | 7 | |
Logical | 8 | |
Scripter | 9 | |
Count | 10 | |
Index | 11 | |
Cumulative | 12 | |
ValueMapping | 13 | |
Looping | 14 | |
Iteration | 15 | |
DatabaseLookup | 16 | |
DatabaseExtract | 17 | |
XPath | 18 | |
TableLooping | 19 | |
TableExtractor | 20 | |
KeyMatch | 21 | |
ExistenceLooping | 22 | |
MassCopy | 23 | |
NilValue | 24 | |
Assert | 25 | |
Unknown | 99999 |