Nodes

<< >>

Navigation:  CodeStencil > Things To Konw >

Nodes

 

Here are some useful things t know about Nodes.

 

(1)Same Name Nodes - Nodes with the same name don't overwritten by the other, the generated contents simply gets merged into one file.

(2)Text in braces (Bracers) - Whenever CodeStencil encounters a text enclosed by braces ("{}") in its node label it excludes that that text plus the braces from the label of the file or folder being created. It will also check if that text represent a database type, e.g SqlServer, MySql, etc in which case it checks to see if it should bypass that node, in which case ti will only generate that node if the text represent the database type of the project.

(3)Database Verification - During code generation, as soon as CodeStencil encounters a node as described in (2) above, if that node is for a database different from the one specified in the expander - DATABASE, it will automatically disable it, or it will enable it of it matches the current database.