Skip to content

Commit

Permalink
Add subgroup in Data Commands
Browse files Browse the repository at this point in the history
  • Loading branch information
rcktrncn committed Jul 31, 2021
1 parent 84d6235 commit 366acbb
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions taskt/Core/Automation/Commands/ConvertListToJSONCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ namespace taskt.Core.Automation.Commands
{
[Serializable]
[Attributes.ClassAttributes.Group("Data Commands")]
[Attributes.ClassAttributes.SubGruop("JSON")]
[Attributes.ClassAttributes.Description("This command convert a JSON array to a list.")]
[Attributes.ClassAttributes.UsesDescription("")]
[Attributes.ClassAttributes.ImplementationDescription("")]
Expand Down
1 change: 1 addition & 0 deletions taskt/Core/Automation/Commands/DateCalculationCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ namespace taskt.Core.Automation.Commands

[Serializable]
[Attributes.ClassAttributes.Group("Data Commands")]
[Attributes.ClassAttributes.SubGruop("Other")]
[Attributes.ClassAttributes.Description("This command allows you to build a date and apply it to a variable.")]
[Attributes.ClassAttributes.UsesDescription("Use this command when you want to perform a date calculation.")]
[Attributes.ClassAttributes.ImplementationDescription("This command implements actions against VariableList from the scripting engine.")]
Expand Down
1 change: 1 addition & 0 deletions taskt/Core/Automation/Commands/FormatDataCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ namespace taskt.Core.Automation.Commands
{
[Serializable]
[Attributes.ClassAttributes.Group("Data Commands")]
[Attributes.ClassAttributes.SubGruop("Other")]
[Attributes.ClassAttributes.Description("This command allows you to apply formatting to a string")]
[Attributes.ClassAttributes.UsesDescription("Use this command when you want to apply specific formatting to text or a variable")]
[Attributes.ClassAttributes.ImplementationDescription("This command implements actions against VariableList from the scripting engine.")]
Expand Down
1 change: 1 addition & 0 deletions taskt/Core/Automation/Commands/GetListCountCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace taskt.Core.Automation.Commands
{
[Serializable]
[Attributes.ClassAttributes.Group("Data Commands")]
[Attributes.ClassAttributes.SubGruop("List")]
[Attributes.ClassAttributes.Description("This command allows you to get the item count of a List")]
[Attributes.ClassAttributes.UsesDescription("Use this command when you want to get the item count of a List.")]
[Attributes.ClassAttributes.ImplementationDescription("")]
Expand Down
1 change: 1 addition & 0 deletions taskt/Core/Automation/Commands/GetListItemCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace taskt.Core.Automation.Commands
{
[Serializable]
[Attributes.ClassAttributes.Group("Data Commands")]
[Attributes.ClassAttributes.SubGruop("List")]
[Attributes.ClassAttributes.Description("This command allows you to get an item from a List")]
[Attributes.ClassAttributes.UsesDescription("Use this command when you want to get an item from a List.")]
[Attributes.ClassAttributes.ImplementationDescription("")]
Expand Down
1 change: 1 addition & 0 deletions taskt/Core/Automation/Commands/GetWordCountCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ namespace taskt.Core.Automation.Commands
{
[Serializable]
[Attributes.ClassAttributes.Group("Data Commands")]
[Attributes.ClassAttributes.SubGruop("Text")]
[Attributes.ClassAttributes.Description("This command allows you to you to retrieve the word count of a string or variable.")]
[Attributes.ClassAttributes.UsesDescription("Use this command when you want to find word count of a string or variable.")]
[Attributes.ClassAttributes.ImplementationDescription("")]
Expand Down
1 change: 1 addition & 0 deletions taskt/Core/Automation/Commands/GetWordLengthCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ namespace taskt.Core.Automation.Commands
{
[Serializable]
[Attributes.ClassAttributes.Group("Data Commands")]
[Attributes.ClassAttributes.SubGruop("Text")]
[Attributes.ClassAttributes.Description("This command allows you to retrieve the length of a string or variable.")]
[Attributes.ClassAttributes.UsesDescription("Use this command when you want to find the length of a string or variable")]
[Attributes.ClassAttributes.ImplementationDescription("")]
Expand Down
1 change: 1 addition & 0 deletions taskt/Core/Automation/Commands/LogDataCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ namespace taskt.Core.Automation.Commands
{
[Serializable]
[Attributes.ClassAttributes.Group("Data Commands")]
[Attributes.ClassAttributes.SubGruop("Other")]
[Attributes.ClassAttributes.Description("This command logs data to files.")]
[Attributes.ClassAttributes.UsesDescription("Use this command when you want to log custom data to a file for debugging or analytical purposes.")]
[Attributes.ClassAttributes.ImplementationDescription("This command implements 'Thread.Sleep' to achieve automation.")]
Expand Down
1 change: 1 addition & 0 deletions taskt/Core/Automation/Commands/MathCalculationCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ namespace taskt.Core.Automation.Commands
{
[Serializable]
[Attributes.ClassAttributes.Group("Data Commands")]
[Attributes.ClassAttributes.SubGruop("Other")]
[Attributes.ClassAttributes.Description("This command allows you to perform a math calculation and apply it to a variable.")]
[Attributes.ClassAttributes.UsesDescription("Use this command when you want to perform a math calculation.")]
[Attributes.ClassAttributes.ImplementationDescription("")]
Expand Down
1 change: 1 addition & 0 deletions taskt/Core/Automation/Commands/ModifyVariableCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ namespace taskt.Core.Automation.Commands
{
[Serializable]
[Attributes.ClassAttributes.Group("Data Commands")]
[Attributes.ClassAttributes.SubGruop("Text")]
[Attributes.ClassAttributes.Description("This command allows you to trim a string")]
[Attributes.ClassAttributes.UsesDescription("Use this command when you want to select a subset of text or variable")]
[Attributes.ClassAttributes.ImplementationDescription("This command uses the String.Substring method to achieve automation.")]
Expand Down
1 change: 1 addition & 0 deletions taskt/Core/Automation/Commands/PDFTextExtractionCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ namespace taskt.Core.Automation.Commands
{
[Serializable]
[Attributes.ClassAttributes.Group("Data Commands")]
[Attributes.ClassAttributes.SubGruop("Other")]
[Attributes.ClassAttributes.Description("")]
[Attributes.ClassAttributes.UsesDescription("")]
[Attributes.ClassAttributes.ImplementationDescription("")]
Expand Down
1 change: 1 addition & 0 deletions taskt/Core/Automation/Commands/ParseDatasetRowCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ namespace taskt.Core.Automation.Commands
{
[Serializable]
[Attributes.ClassAttributes.Group("Data Commands")]
[Attributes.ClassAttributes.SubGruop("Other")]
[Attributes.ClassAttributes.Description("This command allows you to parse a dataset row column into a variable.")]
[Attributes.ClassAttributes.UsesDescription("Use this command when you want to extract data from a dataset variable")]
[Attributes.ClassAttributes.ImplementationDescription("")]
Expand Down
1 change: 1 addition & 0 deletions taskt/Core/Automation/Commands/ParseJSONArray.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ namespace taskt.Core.Automation.Commands
{
[Serializable]
[Attributes.ClassAttributes.Group("Data Commands")]
[Attributes.ClassAttributes.SubGruop("JSON")]
[Attributes.ClassAttributes.Description("This command allows you to parse a JSON Array into a list.")]
[Attributes.ClassAttributes.UsesDescription("Use this command when you want to extract data from a JSON object")]
[Attributes.ClassAttributes.ImplementationDescription("")]
Expand Down
1 change: 1 addition & 0 deletions taskt/Core/Automation/Commands/ParseJsonCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ namespace taskt.Core.Automation.Commands
{
[Serializable]
[Attributes.ClassAttributes.Group("Data Commands")]
[Attributes.ClassAttributes.SubGruop("JSON")]
[Attributes.ClassAttributes.Description("This command allows you to parse a JSON object into a list.")]
[Attributes.ClassAttributes.UsesDescription("Use this command when you want to extract data from a JSON object")]
[Attributes.ClassAttributes.ImplementationDescription("")]
Expand Down
1 change: 1 addition & 0 deletions taskt/Core/Automation/Commands/ParseJsonModelCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace taskt.Core.Automation.Commands
{
[Serializable]
[Attributes.ClassAttributes.Group("Data Commands")]
[Attributes.ClassAttributes.SubGruop("JSON")]
[Attributes.ClassAttributes.Description("This command allows you to parse a JSON object into a list.")]
[Attributes.ClassAttributes.UsesDescription("Use this command when you want to extract data from a JSON object")]
[Attributes.ClassAttributes.ImplementationDescription("")]
Expand Down
1 change: 1 addition & 0 deletions taskt/Core/Automation/Commands/RegExExtractorCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ namespace taskt.Core.Automation.Commands
{
[Serializable]
[Attributes.ClassAttributes.Group("Data Commands")]
[Attributes.ClassAttributes.SubGruop("Text")]
[Attributes.ClassAttributes.Description("This command allows you to perform advanced string formatting using RegEx.")]
[Attributes.ClassAttributes.UsesDescription("Use this command when you want to perform an advanced RegEx extraction from a text or variable")]
[Attributes.ClassAttributes.ImplementationDescription("This command implements actions against VariableList from the scripting engine.")]
Expand Down
1 change: 1 addition & 0 deletions taskt/Core/Automation/Commands/StringReplaceCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ namespace taskt.Core.Automation.Commands
{
[Serializable]
[Attributes.ClassAttributes.Group("Data Commands")]
[Attributes.ClassAttributes.SubGruop("Text")]
[Attributes.ClassAttributes.Description("This command allows you to replace text")]
[Attributes.ClassAttributes.UsesDescription("Use this command when you want to replace existing text within text or a variable with new text")]
[Attributes.ClassAttributes.ImplementationDescription("This command uses the String.Substring method to achieve automation.")]
Expand Down
1 change: 1 addition & 0 deletions taskt/Core/Automation/Commands/StringSplitCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ namespace taskt.Core.Automation.Commands
{
[Serializable]
[Attributes.ClassAttributes.Group("Data Commands")]
[Attributes.ClassAttributes.SubGruop("Text")]
[Attributes.ClassAttributes.Description("This command allows you to split a string")]
[Attributes.ClassAttributes.UsesDescription("Use this command when you want to split a single text or variable into multiple items")]
[Attributes.ClassAttributes.ImplementationDescription("This command uses the String.Split method to achieve automation.")]
Expand Down
1 change: 1 addition & 0 deletions taskt/Core/Automation/Commands/StringSubstringCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ namespace taskt.Core.Automation.Commands
{
[Serializable]
[Attributes.ClassAttributes.Group("Data Commands")]
[Attributes.ClassAttributes.SubGruop("Text")]
[Attributes.ClassAttributes.Description("This command allows you to trim a string")]
[Attributes.ClassAttributes.UsesDescription("Use this command when you want to select a subset of text or variable")]
[Attributes.ClassAttributes.ImplementationDescription("This command uses the String.Substring method to achieve automation.")]
Expand Down
1 change: 1 addition & 0 deletions taskt/Core/Automation/Commands/TextExtractorCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ namespace taskt.Core.Automation.Commands
{
[Serializable]
[Attributes.ClassAttributes.Group("Data Commands")]
[Attributes.ClassAttributes.SubGruop("Text")]
[Attributes.ClassAttributes.Description("This command allows you to perform advanced string extraction.")]
[Attributes.ClassAttributes.UsesDescription("Use this command when you want to extract a piece of text from a larger text or variable")]
[Attributes.ClassAttributes.ImplementationDescription("This command implements actions against VariableList from the scripting engine.")]
Expand Down

0 comments on commit 366acbb

Please sign in to comment.