IScriptConventions

class

IScriptConventions.

IScriptConventions

Bases: object

Scripting API to build convention table results.

get_all_conventions

Returns the available and valid convention names.

Returns

The conventions

Return type

IList

full_conventions_table

contextNodeUri=None

Starts the full Code Analysis and returns the full conventions table.

Parameters

contextNodeUri (string) -- The context node uri

Returns

Conventions table result

conventions_table

query_chain_names

contextNodeUri=None

Starts the full Code Analysis and returns the conventions table for requested query chains.

Parameters
  • query_chain_names (IEnumerable<string>) -- query chains to execute

  • contextNodeUri (string) -- The context node uri

Returns

Conventions table result.