| | Class | Description |
|---|
 | ActionPutToPropertyBag |
Represents an action to put a property into a property bag at a specified level during the import process. The level indicates the hierarchy of the property bag, where 0 is the property bag of the target table, -1 is the property bag of the parent folder, -2 is the property bag of the grandparent folder, and so on.
|
 | ActionPutToPropertyBagSerializationSurrogate0 |
V0: 2026-08-10 Initial version
|
 | ActionTextConditionForTemplate |
Represents an action that conditionally copies project items to a target folder based on a specified condition. The action checks if a property in the property bag matches the specified condition value, and if it does, the associated project items are copied to the target folder.
|
 | ActionTextConditionForTemplateSerializationSurrogate0 |
V0: 2026-08-19 Initial version
|
 | DateTimePropertyEvaluator |
Represents a property evaluator that attempts to parse the input text as a date and time and returns the corresponding property name and value.
|
 | DateTimePropertyEvaluatorSerializationSurrogate0 |
V0: 2026-09-10 Initial version
|
 | DoublePropertyEvaluator |
Represents a property evaluator that attempts to parse the input text as a double and returns the corresponding property name and value.
|
 | DoublePropertyEvaluatorSerializationSurrogate0 |
V0: 2026-08-10 Initial version
|
 | ImportWithFileNameDerivedPropertiesAction |
Options for bulk importing, in which the file name is parsed to extract properties, which are then put into property bags at different levels, and the file is imported into a target table.
|
 | ImportWithFileNameDerivedPropertiesActionSerializationSurrogate0 |
V0: 2026-08-10 Initial version
|
 | ImportWithFileNameDerivedPropertiesDataSourceOptions |
Options for a FileImportTableDataSourceBase that is used to import data from files and derive properties from the file name.
|
 | ImportWithFileNameDerivedPropertiesDataSourceOptionsSerializationSurrogate0 |
V0: 2026-08-10 Initial version
|
 | IntegerPropertyEvaluator |
Represents a property evaluator that attempts to parse the input text as an integer and returns the corresponding property name and value.
|
 | IntegerPropertyEvaluatorSerializationSurrogate0 |
V0: 2026-08-10 Initial version
|
 | NameSplitterBase |
Represents a base implementation of a name splitter node, providing a dictionary of child nodes.
|
 | NameSplitterBySeparatorString |
Splits a name into parts using the specified separator strings. The resulting list of name parts will be returned, with empty entries removed if specified.
|
 | NameSplitterBySeparatorStringSerializationSurrogate0 |
V0: 2026-08-11 Initial version
|
 | NameSplitterBySeparatorStrings |
Splits a name into parts using the specified separator strings. The resulting list of name parts will be returned, with empty entries removed if specified.
|
 | NameSplitterBySeparatorStringsSerializationSurrogate0 |
V0: 2026-08-10 Initial version
|
 | PathSplitter |
Splits a file path into its constituent parts, including drive or server, the directory parts, file name, and extension.
The extension is always the last element (at index -1), even if empty, and the file name is always the second to last element (at index -2).
|
 | PathSplitterSerializationSurrogate0 |
V0: 2026-08-10 Initial version
|
 | PathToFileNameSplitter |
Splits a file path only into the file name without the extension. The file name is always the first and only element (at index 0), even if empty.
|
 | PathToFileNameSplitterSerializationSurrogate0 |
V0: 2026-08-10 Initial version
|
 | PropertyEvaluatorBase |
Represents a base implementation of a property evaluator, providing a dictionary of child nodes.
|
 | PropertyExtractorElement |
Represents an element that extracts properties from names using a name splitter and property evaluators.
|
 | StringPropertyEvaluator |
Represents a property evaluator that simply returns the input text as the property value, along with the specified property name.
|
 | StringPropertyEvaluatorSerializationSurrogate0 |
V0: 2026-08-10 Initial version
|