Skip to content

Commit 83b8e51

Browse files
committed
Fixed a lot of metadata
1 parent 6dab117 commit 83b8e51

38 files changed

+51
-50
lines changed

taskt/Core/Automation/Commands/ExcelActivateSheetCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class ExcelActivateSheetCommand : ScriptCommand
1717
[XmlAttribute]
1818
[Attributes.PropertyAttributes.PropertyDescription("Please Enter the instance name")]
1919
[Attributes.PropertyAttributes.InputSpecification("Enter the unique instance name that was specified in the **Create Excel** command")]
20-
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **seleniumInstance**")]
20+
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **excelInstance**")]
2121
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Excel** command will cause an error")]
2222
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
2323
public string v_InstanceName { get; set; }

taskt/Core/Automation/Commands/ExcelAddWorkbookCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class ExcelAddWorkbookCommand : ScriptCommand
1717
[XmlAttribute]
1818
[Attributes.PropertyAttributes.PropertyDescription("Please Enter the instance name")]
1919
[Attributes.PropertyAttributes.InputSpecification("Enter the unique instance name that was specified in the **Create Excel** command")]
20-
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **seleniumInstance**")]
20+
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **excelInstance**")]
2121
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Excel** command will cause an error")]
2222
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
2323
public string v_InstanceName { get; set; }

taskt/Core/Automation/Commands/ExcelAppendCellCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class ExcelAppendCellCommand : ScriptCommand
1818
[XmlAttribute]
1919
[Attributes.PropertyAttributes.PropertyDescription("Please Enter the instance name")]
2020
[Attributes.PropertyAttributes.InputSpecification("Enter the unique instance name that was specified in the **Create Excel** command")]
21-
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **seleniumInstance**")]
21+
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **excelInstance**")]
2222
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Excel** command will cause an error")]
2323
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
2424
public string v_InstanceName { get; set; }

taskt/Core/Automation/Commands/ExcelAppendRowCommand.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ public class ExcelAppendRowCommand : ScriptCommand
1818
[XmlAttribute]
1919
[Attributes.PropertyAttributes.PropertyDescription("Please Enter the instance name")]
2020
[Attributes.PropertyAttributes.InputSpecification("Enter the unique instance name that was specified in the **Create Excel** command")]
21-
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **seleniumInstance**")]
21+
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **excelInstance**")]
2222
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Excel** command will cause an error")]
2323
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
2424
public string v_InstanceName { get; set; }
2525
[XmlAttribute]
26-
[Attributes.PropertyAttributes.PropertyDescription("Please Enter text to set")]
26+
[Attributes.PropertyAttributes.PropertyDescription("Please Enter the Row to set")]
2727
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
2828
[Attributes.PropertyAttributes.InputSpecification("Enter the text value that will be set (This could be a DataRow).")]
2929
[Attributes.PropertyAttributes.SampleUsage("Hello,world or [vText]")]

taskt/Core/Automation/Commands/ExcelCloseApplicationCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class ExcelCloseApplicationCommand : ScriptCommand
1717
[XmlAttribute]
1818
[Attributes.PropertyAttributes.PropertyDescription("Please Enter the instance name")]
1919
[Attributes.PropertyAttributes.InputSpecification("Enter the unique instance name that was specified in the **Create Excel** command")]
20-
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **seleniumInstance**")]
20+
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **excelInstance**")]
2121
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Excel** command will cause an error")]
2222
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
2323
public string v_InstanceName { get; set; }

taskt/Core/Automation/Commands/ExcelDeleteCellCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class ExcelDeleteCellCommand : ScriptCommand
1717
[XmlAttribute]
1818
[Attributes.PropertyAttributes.PropertyDescription("Please Enter the instance name")]
1919
[Attributes.PropertyAttributes.InputSpecification("Enter the unique instance name that was specified in the **Create Excel** command")]
20-
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **seleniumInstance**")]
20+
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **excelInstance**")]
2121
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Excel** command will cause an error")]
2222
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
2323
public string v_InstanceName { get; set; }

taskt/Core/Automation/Commands/ExcelDeleteRowCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class ExcelDeleteRowCommand : ScriptCommand
1717
[XmlAttribute]
1818
[Attributes.PropertyAttributes.PropertyDescription("Please Enter the instance name")]
1919
[Attributes.PropertyAttributes.InputSpecification("Enter the unique instance name that was specified in the **Create Excel** command")]
20-
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **seleniumInstance**")]
20+
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **excelInstance**")]
2121
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Excel** command will cause an error")]
2222
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
2323
public string v_InstanceName { get; set; }

taskt/Core/Automation/Commands/ExcelGetCellCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class ExcelGetCellCommand : ScriptCommand
1717
[XmlAttribute]
1818
[Attributes.PropertyAttributes.PropertyDescription("Please Enter the instance name")]
1919
[Attributes.PropertyAttributes.InputSpecification("Enter the unique instance name that was specified in the **Create Excel** command")]
20-
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **seleniumInstance**")]
20+
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **excelInstance**")]
2121
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Excel** command will cause an error")]
2222
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
2323
public string v_InstanceName { get; set; }

taskt/Core/Automation/Commands/ExcelGetLastRowCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class ExcelGetLastRowCommand : ScriptCommand
1717
[XmlAttribute]
1818
[Attributes.PropertyAttributes.PropertyDescription("Please Enter the instance name")]
1919
[Attributes.PropertyAttributes.InputSpecification("Enter the unique instance name that was specified in the **Create Excel** command")]
20-
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **seleniumInstance**")]
20+
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **excelInstance**")]
2121
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Excel** command will cause an error")]
2222
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
2323
public string v_InstanceName { get; set; }

taskt/Core/Automation/Commands/ExcelGetRangeCommand .cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class ExcelGetRangeCommand : ScriptCommand
1717
[XmlAttribute]
1818
[Attributes.PropertyAttributes.PropertyDescription("Please Enter the instance name")]
1919
[Attributes.PropertyAttributes.InputSpecification("Enter the unique instance name that was specified in the **Create Excel** command")]
20-
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **seleniumInstance**")]
20+
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **excelInstance**")]
2121
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Excel** command will cause an error")]
2222
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
2323
public string v_InstanceName { get; set; }

taskt/Core/Automation/Commands/ExcelGetRangeCommandASDT.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class ExcelGetRangeCommandAsDT : ScriptCommand
2020
[XmlAttribute]
2121
[Attributes.PropertyAttributes.PropertyDescription("Please Enter the instance name")]
2222
[Attributes.PropertyAttributes.InputSpecification("Enter the unique instance name that was specified in the **Create Excel** command")]
23-
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **seleniumInstance**")]
23+
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **excelInstance**")]
2424
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Excel** command will cause an error")]
2525
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
2626
public string v_InstanceName { get; set; }

taskt/Core/Automation/Commands/ExcelGoToCellCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class ExcelGoToCellCommand : ScriptCommand
1717
[XmlAttribute]
1818
[Attributes.PropertyAttributes.PropertyDescription("Please Enter the instance name")]
1919
[Attributes.PropertyAttributes.InputSpecification("Enter the unique instance name that was specified in the **Create Excel** command")]
20-
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **seleniumInstance**")]
20+
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **excelInstance**")]
2121
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Excel** command will cause an error")]
2222
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
2323
public string v_InstanceName { get; set; }

taskt/Core/Automation/Commands/ExcelOpenWorkbookCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class ExcelOpenWorkbookCommand : ScriptCommand
1717
[XmlAttribute]
1818
[Attributes.PropertyAttributes.PropertyDescription("Please Enter the instance name")]
1919
[Attributes.PropertyAttributes.InputSpecification("Enter the unique instance name that was specified in the **Create Excel** command")]
20-
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **seleniumInstance**")]
20+
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **excelInstance**")]
2121
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Excel** command will cause an error")]
2222
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
2323
public string v_InstanceName { get; set; }

taskt/Core/Automation/Commands/ExcelRunMacroCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class ExcelRunMacroCommand : ScriptCommand
1717
[XmlAttribute]
1818
[Attributes.PropertyAttributes.PropertyDescription("Please Enter the instance name")]
1919
[Attributes.PropertyAttributes.InputSpecification("Enter the unique instance name that was specified in the **Create Excel** command")]
20-
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **seleniumInstance**")]
20+
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **excelInstance**")]
2121
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Excel** command will cause an error")]
2222
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
2323
public string v_InstanceName { get; set; }

taskt/Core/Automation/Commands/ExcelSaveAsCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class ExcelSaveAsCommand : ScriptCommand
1717
[XmlAttribute]
1818
[Attributes.PropertyAttributes.PropertyDescription("Please Enter the instance name")]
1919
[Attributes.PropertyAttributes.InputSpecification("Enter the unique instance name that was specified in the **Create Excel** command")]
20-
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **seleniumInstance**")]
20+
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **excelInstance**")]
2121
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Excel** command will cause an error")]
2222
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
2323
public string v_InstanceName { get; set; }

taskt/Core/Automation/Commands/ExcelSaveCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class ExcelSaveCommand : ScriptCommand
1717
[XmlAttribute]
1818
[Attributes.PropertyAttributes.PropertyDescription("Please Enter the instance name")]
1919
[Attributes.PropertyAttributes.InputSpecification("Enter the unique instance name that was specified in the **Create Excel** command")]
20-
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **seleniumInstance**")]
20+
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **excelInstance**")]
2121
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Excel** command will cause an error")]
2222
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
2323
public string v_InstanceName { get; set; }

taskt/Core/Automation/Commands/ExcelSetCellCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class ExcelSetCellCommand : ScriptCommand
1717
[XmlAttribute]
1818
[Attributes.PropertyAttributes.PropertyDescription("Please Enter the instance name")]
1919
[Attributes.PropertyAttributes.InputSpecification("Enter the unique instance name that was specified in the **Create Excel** command")]
20-
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **seleniumInstance**")]
20+
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **excelInstance**")]
2121
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Excel** command will cause an error")]
2222
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
2323
public string v_InstanceName { get; set; }

taskt/Core/Automation/Commands/ExcelSplitRangeByColumnCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class ExcelSplitRangeByColumnCommand : ScriptCommand
2121
[XmlAttribute]
2222
[Attributes.PropertyAttributes.PropertyDescription("Please Enter the instance name")]
2323
[Attributes.PropertyAttributes.InputSpecification("Enter the unique instance name that was specified in the **Create Excel** command")]
24-
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **seleniumInstance**")]
24+
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **excelInstance**")]
2525
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Excel** command will cause an error")]
2626
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
2727
public string v_InstanceName { get; set; }

taskt/Core/Automation/Commands/ExcelWriteRangeCommand.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class ExcelWriteRangeCommand : ScriptCommand
2020
[XmlAttribute]
2121
[Attributes.PropertyAttributes.PropertyDescription("Please Enter the instance name")]
2222
[Attributes.PropertyAttributes.InputSpecification("Enter the unique instance name that was specified in the **Create Excel** command")]
23-
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **seleniumInstance**")]
23+
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **excelInstance**")]
2424
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Excel** command will cause an error")]
2525
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
2626
public string v_InstanceName { get; set; }
@@ -43,7 +43,7 @@ public class ExcelWriteRangeCommand : ScriptCommand
4343
[Attributes.PropertyAttributes.PropertyDescription("Add Headers")]
4444
[Attributes.PropertyAttributes.PropertyUISelectionOption("Yes")]
4545
[Attributes.PropertyAttributes.PropertyUISelectionOption("No")]
46-
[Attributes.PropertyAttributes.InputSpecification("When selected, the column headers from the specified spreadsheet range are also added.")]
46+
[Attributes.PropertyAttributes.InputSpecification("When selected, the column headers from the specified spreadsheet range are also written.")]
4747
[Attributes.PropertyAttributes.SampleUsage("Select from **Yes** or **No**")]
4848
[Attributes.PropertyAttributes.Remarks("")]
4949
public string v_AddHeaders { get; set; }

0 commit comments

Comments
 (0)