Class Steps
Represents the steps.
Inherited Members
Namespace: Platform.RegularExpressions.Transformer
Assembly: Platform.RegularExpressions.Transformer.dll
Syntax
public static class Steps
Methods
| Improve this Doc View SourceDeleteAllSteps(String, String, String)
Deletes the all steps using the specified directory name.
Declaration
public static void DeleteAllSteps(string directoryName, string targetFilename, string targetExtension)
Parameters
Type | Name | Description |
---|---|---|
String | directoryName | The directory name.
|
String | targetFilename | The target filename.
|
String | targetExtension | The target extension.
|
WriteStep(ITransformer, String, String, String, Int32, ref String, String, Boolean)
Writes the step using the specified transformer.
Declaration
public static void WriteStep(ITransformer transformer, string directoryName, string targetFilename, string targetExtension, int currentStep, ref string lastText, string newText, bool skipFilesWithNoChanges)
Parameters
Type | Name | Description |
---|---|---|
ITransformer | transformer | The transformer.
|
String | directoryName | The directory name.
|
String | targetFilename | The target filename.
|
String | targetExtension | The target extension.
|
Int32 | currentStep | The current step.
|
String | lastText | The last text.
|
String | newText | The new text.
|
Boolean | skipFilesWithNoChanges | The skip files with no changes.
|