Created
February 29, 2012 21:04
-
-
Save logicbomb/1944331 to your computer and use it in GitHub Desktop.
Queries
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
[{ | |
AgentSystemName, | |
PartName, | |
PartNamespace, | |
Arguments [{ | |
Type, | |
Name, | |
Choices [] //string array, | |
MultiChoice, | |
DefaultValue | |
}] | |
}] |
Author
logicbomb
commented
Mar 1, 2012
- Choices is an array of string
- MultiChoice is a boolean indicating whether multiple values from the Choices array is valid
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment