Click or drag to resize

ModuleTargetFormats Enumeration

Target format of the module.

Namespace:  Syntactik.DOM.Mapped
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public enum TargetFormats
Members
  Member nameValueDescription
Undefined0 Format is not explicitly defined.
Xml1 Format is defined as XML.
Json2 Format is defined as JSON.
See Also