Click or drag to resize

ComponentAttrs Enumeration

ComponentInfo attributes.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum ComponentAttrs
Members
  Member nameValueDescription
WizardAutoReference1Automatically reference this component in the assembly created by the extension wizard.
ExtensionMask65280 This is a bit-mask for the extension type attributes, ExtMapper, ExtPage, ExtApplication, and ExtTemplate.
ExtMapper256This is a mapper extension. Note that the extensions types are not mutually exclusive.
ExtPage512This is a page extension. Note that the extensions types are not mutually exclusive.
ExtApplication1024This is an application extension. Note that the extensions types are not mutually exclusive.
ExtTemplate2048This is a template extension (template extensions MUST be so marked). Note that the extensions types are not mutually exclusive.
See Also