Created
February 27, 2012 06:51
-
-
Save logicbomb/1922025 to your computer and use it in GitHub Desktop.
CompositeMetadata
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
{ | |
Name, | |
Description, | |
IsValid, | |
ConfigurationErrors [], //string | |
Agents [ ], | |
Commands [ ], | |
Queries [ ], | |
InputModels [ ] | |
} |
Author
logicbomb
commented
Mar 1, 2012
- ConfigurationErrors is an array of string
- Agents is an array of https://gist.github.com/1951289
- Commands is an array of TBD
- Queries is an array of https://gist.github.com/1951327
- InputModel is an array of TBD
Can you make these gists editable by me?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment