Class MergeAmlCommand
Updates an xml-tag in AML from on-disk code file
Inheritance
System.Object
ManyConsole.Internal.ConsoleUtil
ManyConsole.ConsoleCommand
MergeAmlCommand
Inherited Members
ManyConsole.Internal.ConsoleUtil.VerifyNumberOfArguments(System.String[], System.Nullable<System.Int32>, System.Nullable<System.Int32>)
Namespace: BitAddict.Aras.ArasSync.Commands
Assembly: ArasSync.dll
Syntax
[CommandCategory("Advanced")]
[UsedImplicitly]
public class MergeAmlCommand : ConsoleCommand
Constructors
MergeAmlCommand()
Declaration
public MergeAmlCommand()
Properties
AmlFile
Declaration
public string AmlFile { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CodeFile
Declaration
public string CodeFile { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XPathExpr
Declaration
public string XPathExpr { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Run(String[])
Declaration
public override int Run(string[] remainingArguments)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | remainingArguments |
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
ManyConsole.ConsoleCommand.Run(System.String[])