• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Enum CodeFileMode

Namespace:
Varigence.Languages.Biml
Assembly:
Biml.dll
C#
    public enum CodeFileMode
    
  

Fields

AllBimlScripts

Specifies that the code file will be automatically included in the build for all BimlScripts.

LiveBimlScripts

Specifies that the code file will be automatically included in the build for any live BimlScript, in addition to those files that include it using a code directive.

Manual

Specifies that the code file will only be included in BimlScript file builds when it is referenced using a code directive.

ReferenceBimlScripts

Specifies that the code file will be automatically included in the build for any reference BimlScript, in addition to those files that include it using a code directive.

© Varigence