class
IScriptConventions.
IScriptConventions
Bases: object
Scripting API to build convention table results.
get_all_conventions
Returns the available and valid convention names.
The conventions
IList
full_conventions_table
contextNodeUri=None
Starts the full Code Analysis and returns the full conventions table.
contextNodeUri (string) -- The context node uri
Conventions table result
conventions_table
query_chain_names
contextNodeUri=None
Starts the full Code Analysis and returns the conventions table for requested query chains.
query_chain_names (IEnumerable<string>) -- query chains to execute
contextNodeUri (string) -- The context node uri
Conventions table result.