-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
49 changed files
with
730 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# CharExtension class | ||
|
||
```csharp | ||
public static class CharExtension | ||
``` | ||
|
||
## Public Members | ||
|
||
| name | description | | ||
| --- | --- | | ||
| static [GetRandomConsonant](CharExtension/GetRandomConsonant.md)() | | | ||
| static [GetRandomVowel](CharExtension/GetRandomVowel.md)() | | | ||
| static [IsConsonant](CharExtension/IsConsonant.md)(…) | | | ||
| static [IsVowel](CharExtension/IsVowel.md)(…) | | | ||
|
||
## See Also | ||
|
||
* namespace [Dandraka.Zoro.Processor](../Dandraka.Zoro.ProcessorNamespace.md.md) | ||
* assembly [Zoro.Processor](../Zoro.Processor.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Zoro.Processor.dll --> |
13 changes: 13 additions & 0 deletions
13
docs/Dandraka.Zoro.Processor/CharExtension/GetRandomConsonant.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# CharExtension.GetRandomConsonant method | ||
|
||
```csharp | ||
public static char GetRandomConsonant() | ||
``` | ||
|
||
## See Also | ||
|
||
* class [CharExtension](../CharExtension.md) | ||
* namespace [Dandraka.Zoro.Processor](../CharExtension.md.md) | ||
* assembly [Zoro.Processor](../../Zoro.Processor.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Zoro.Processor.dll --> |
13 changes: 13 additions & 0 deletions
13
docs/Dandraka.Zoro.Processor/CharExtension/GetRandomVowel.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# CharExtension.GetRandomVowel method | ||
|
||
```csharp | ||
public static char GetRandomVowel() | ||
``` | ||
|
||
## See Also | ||
|
||
* class [CharExtension](../CharExtension.md) | ||
* namespace [Dandraka.Zoro.Processor](../CharExtension.md.md) | ||
* assembly [Zoro.Processor](../../Zoro.Processor.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Zoro.Processor.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# CharExtension.IsConsonant method | ||
|
||
```csharp | ||
public static bool IsConsonant(this char c) | ||
``` | ||
|
||
## See Also | ||
|
||
* class [CharExtension](../CharExtension.md) | ||
* namespace [Dandraka.Zoro.Processor](../CharExtension.md.md) | ||
* assembly [Zoro.Processor](../../Zoro.Processor.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Zoro.Processor.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# CharExtension.IsVowel method | ||
|
||
```csharp | ||
public static bool IsVowel(this char c) | ||
``` | ||
|
||
## See Also | ||
|
||
* class [CharExtension](../CharExtension.md) | ||
* namespace [Dandraka.Zoro.Processor](../CharExtension.md.md) | ||
* assembly [Zoro.Processor](../../Zoro.Processor.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Zoro.Processor.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# DataDestination enumeration | ||
|
||
```csharp | ||
public enum DataDestination | ||
``` | ||
|
||
## Values | ||
|
||
| name | value | description | | ||
| --- | --- | --- | | ||
| CsvFile | `0` | | | ||
| Database | `1` | | | ||
| JsonFile | `2` | | | ||
|
||
## See Also | ||
|
||
* namespace [Dandraka.Zoro.Processor](../Dandraka.Zoro.ProcessorNamespace.md.md) | ||
* assembly [Zoro.Processor](../Zoro.Processor.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Zoro.Processor.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# DataMasking class | ||
|
||
```csharp | ||
public class DataMasking | ||
``` | ||
|
||
## Public Members | ||
|
||
| name | description | | ||
| --- | --- | | ||
| [DataMasking](DataMasking/DataMasking.md)(…) | | | ||
| [Mask](DataMasking/Mask.md)() | | | ||
|
||
## See Also | ||
|
||
* namespace [Dandraka.Zoro.Processor](../Dandraka.Zoro.ProcessorNamespace.md.md) | ||
* assembly [Zoro.Processor](../Zoro.Processor.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Zoro.Processor.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# DataMasking constructor | ||
|
||
```csharp | ||
public DataMasking(MaskConfig config) | ||
``` | ||
|
||
## See Also | ||
|
||
* class [MaskConfig](../MaskConfig.md) | ||
* class [DataMasking](../DataMasking.md) | ||
* namespace [Dandraka.Zoro.Processor](../DataMasking.md.md) | ||
* assembly [Zoro.Processor](../../Zoro.Processor.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Zoro.Processor.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# DataMasking.Mask method | ||
|
||
```csharp | ||
public void Mask() | ||
``` | ||
|
||
## See Also | ||
|
||
* class [DataMasking](../DataMasking.md) | ||
* namespace [Dandraka.Zoro.Processor](../DataMasking.md.md) | ||
* assembly [Zoro.Processor](../../Zoro.Processor.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Zoro.Processor.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# DataSource enumeration | ||
|
||
```csharp | ||
public enum DataSource | ||
``` | ||
|
||
## Values | ||
|
||
| name | value | description | | ||
| --- | --- | --- | | ||
| CsvFile | `0` | | | ||
| Database | `1` | | | ||
| JsonFile | `2` | | | ||
|
||
## See Also | ||
|
||
* namespace [Dandraka.Zoro.Processor](../Dandraka.Zoro.ProcessorNamespace.md.md) | ||
* assembly [Zoro.Processor](../Zoro.Processor.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Zoro.Processor.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# FieldMask class | ||
|
||
```csharp | ||
public class FieldMask | ||
``` | ||
|
||
## Public Members | ||
|
||
| name | description | | ||
| --- | --- | | ||
| [FieldMask](FieldMask/FieldMask.md)() | The default constructor. | | ||
| [Asterisk](FieldMask/Asterisk.md) { get; set; } | | | ||
| [FieldName](FieldMask/FieldName.md) { get; set; } | | | ||
| [ListOfPossibleReplacements](FieldMask/ListOfPossibleReplacements.md) { get; set; } | | | ||
| [MaskType](FieldMask/MaskType.md) { get; set; } | | | ||
| [QueryReplacement](FieldMask/QueryReplacement.md) { get; set; } | | | ||
| [RegExGroupToReplace](FieldMask/RegExGroupToReplace.md) { get; set; } | | | ||
| [RegExMatch](FieldMask/RegExMatch.md) { get; set; } | | | ||
|
||
## See Also | ||
|
||
* namespace [Dandraka.Zoro.Processor](../Dandraka.Zoro.ProcessorNamespace.md.md) | ||
* assembly [Zoro.Processor](../Zoro.Processor.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Zoro.Processor.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# FieldMask.Asterisk property | ||
|
||
```csharp | ||
public string Asterisk { get; set; } | ||
``` | ||
|
||
## See Also | ||
|
||
* class [FieldMask](../FieldMask.md) | ||
* namespace [Dandraka.Zoro.Processor](../FieldMask.md.md) | ||
* assembly [Zoro.Processor](../../Zoro.Processor.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Zoro.Processor.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# FieldMask constructor | ||
|
||
The default constructor. | ||
|
||
```csharp | ||
public FieldMask() | ||
``` | ||
|
||
## See Also | ||
|
||
* class [FieldMask](../FieldMask.md) | ||
* namespace [Dandraka.Zoro.Processor](../FieldMask.md.md) | ||
* assembly [Zoro.Processor](../../Zoro.Processor.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Zoro.Processor.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# FieldMask.FieldName property | ||
|
||
```csharp | ||
public string FieldName { get; set; } | ||
``` | ||
|
||
## See Also | ||
|
||
* class [FieldMask](../FieldMask.md) | ||
* namespace [Dandraka.Zoro.Processor](../FieldMask.md.md) | ||
* assembly [Zoro.Processor](../../Zoro.Processor.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Zoro.Processor.dll --> |
14 changes: 14 additions & 0 deletions
14
docs/Dandraka.Zoro.Processor/FieldMask/ListOfPossibleReplacements.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# FieldMask.ListOfPossibleReplacements property | ||
|
||
```csharp | ||
public List<Replacement> ListOfPossibleReplacements { get; set; } | ||
``` | ||
|
||
## See Also | ||
|
||
* class [Replacement](../Replacement.md) | ||
* class [FieldMask](../FieldMask.md) | ||
* namespace [Dandraka.Zoro.Processor](../FieldMask.md.md) | ||
* assembly [Zoro.Processor](../../Zoro.Processor.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Zoro.Processor.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# FieldMask.MaskType property | ||
|
||
```csharp | ||
public MaskType MaskType { get; set; } | ||
``` | ||
|
||
## See Also | ||
|
||
* enum [MaskType](../MaskType.md) | ||
* class [FieldMask](../FieldMask.md) | ||
* namespace [Dandraka.Zoro.Processor](../FieldMask.md.md) | ||
* assembly [Zoro.Processor](../../Zoro.Processor.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Zoro.Processor.dll --> |
14 changes: 14 additions & 0 deletions
14
docs/Dandraka.Zoro.Processor/FieldMask/QueryReplacement.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# FieldMask.QueryReplacement property | ||
|
||
```csharp | ||
public QueryReplacement QueryReplacement { get; set; } | ||
``` | ||
|
||
## See Also | ||
|
||
* class [QueryReplacement](../QueryReplacement.md) | ||
* class [FieldMask](../FieldMask.md) | ||
* namespace [Dandraka.Zoro.Processor](../FieldMask.md.md) | ||
* assembly [Zoro.Processor](../../Zoro.Processor.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Zoro.Processor.dll --> |
13 changes: 13 additions & 0 deletions
13
docs/Dandraka.Zoro.Processor/FieldMask/RegExGroupToReplace.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# FieldMask.RegExGroupToReplace property | ||
|
||
```csharp | ||
public int RegExGroupToReplace { get; set; } | ||
``` | ||
|
||
## See Also | ||
|
||
* class [FieldMask](../FieldMask.md) | ||
* namespace [Dandraka.Zoro.Processor](../FieldMask.md.md) | ||
* assembly [Zoro.Processor](../../Zoro.Processor.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Zoro.Processor.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# FieldMask.RegExMatch property | ||
|
||
```csharp | ||
public string RegExMatch { get; set; } | ||
``` | ||
|
||
## See Also | ||
|
||
* class [FieldMask](../FieldMask.md) | ||
* namespace [Dandraka.Zoro.Processor](../FieldMask.md.md) | ||
* assembly [Zoro.Processor](../../Zoro.Processor.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Zoro.Processor.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# MaskConfig class | ||
|
||
```csharp | ||
public class MaskConfig | ||
``` | ||
|
||
## Public Members | ||
|
||
| name | description | | ||
| --- | --- | | ||
| [MaskConfig](MaskConfig/MaskConfig.md)() | The default constructor. | | ||
| static [ReadConfig](MaskConfig/ReadConfig.md)(…) | | | ||
| [InputFile](MaskConfig/InputFile.md) { get; set; } | | | ||
| [OutputFile](MaskConfig/OutputFile.md) { get; set; } | | | ||
| [ConnectionString](MaskConfig/ConnectionString.md) | | | ||
| [ConnectionType](MaskConfig/ConnectionType.md) | | | ||
| [DataDestination](MaskConfig/DataDestination.md) | | | ||
| [DataSource](MaskConfig/DataSource.md) | | | ||
| [Delimiter](MaskConfig/Delimiter.md) | | | ||
| [FieldMasks](MaskConfig/FieldMasks.md) | | | ||
| [SqlCommand](MaskConfig/SqlCommand.md) | | | ||
| [SqlSelect](MaskConfig/SqlSelect.md) | | | ||
| [GetConnection](MaskConfig/GetConnection.md)() | | | ||
| [SetConnection](MaskConfig/SetConnection.md)(…) | | | ||
| static [SaveConfig](MaskConfig/SaveConfig.md)(…) | | | ||
|
||
## See Also | ||
|
||
* namespace [Dandraka.Zoro.Processor](../Dandraka.Zoro.ProcessorNamespace.md.md) | ||
* assembly [Zoro.Processor](../Zoro.Processor.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Zoro.Processor.dll --> |
13 changes: 13 additions & 0 deletions
13
docs/Dandraka.Zoro.Processor/MaskConfig/ConnectionString.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# MaskConfig.ConnectionString field | ||
|
||
```csharp | ||
public string ConnectionString; | ||
``` | ||
|
||
## See Also | ||
|
||
* class [MaskConfig](../MaskConfig.md) | ||
* namespace [Dandraka.Zoro.Processor](../MaskConfig.md.md) | ||
* assembly [Zoro.Processor](../../Zoro.Processor.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Zoro.Processor.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# MaskConfig.ConnectionType field | ||
|
||
```csharp | ||
public string ConnectionType; | ||
``` | ||
|
||
## See Also | ||
|
||
* class [MaskConfig](../MaskConfig.md) | ||
* namespace [Dandraka.Zoro.Processor](../MaskConfig.md.md) | ||
* assembly [Zoro.Processor](../../Zoro.Processor.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Zoro.Processor.dll --> |
14 changes: 14 additions & 0 deletions
14
docs/Dandraka.Zoro.Processor/MaskConfig/DataDestination.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# MaskConfig.DataDestination field | ||
|
||
```csharp | ||
public DataDestination DataDestination; | ||
``` | ||
|
||
## See Also | ||
|
||
* enum [DataDestination](../DataDestination.md) | ||
* class [MaskConfig](../MaskConfig.md) | ||
* namespace [Dandraka.Zoro.Processor](../MaskConfig.md.md) | ||
* assembly [Zoro.Processor](../../Zoro.Processor.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Zoro.Processor.dll --> |
Oops, something went wrong.