Summary
This namespace contain attributes used by
the Cake engine and addins.
Class Types
Class | Summary |
---|---|
CakeAliasAttribute | An attribute used to mark script aliases. |
Cake |
An attribute used for documentation of alias methods/properties. |
Cake |
An attribute used to mark script method aliases. |
CakeModuleAttribute | An attribute used to identify a module implementation in an assembly. |
Cake |
An attribute used to hint Cake about additional namespaces that need to be imported for an alias to work. This attribute can mark an extension method, the extension method class, or the assembly to provide a global set of imports. |
Cake |
An attribute used to mark script property aliases. |