Click or drag to resize

ExtensionAttrs Enumeration

These attributes specify how a particular mapper IExtension is to be handled on an object.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum ExtensionAttrs
Members
  Member nameValueDescription
Disabled1Disable the extension.
Global2Apply the extension globally. Not currently implemented.
Optional4If the extension is missing or fails to load, log the problem and continue.
See Also