Click or drag to resize

DocumentFormat Enumeration

Describe the document format

Namespace:  Hummingbird.TestFramework.Serialization
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public enum DocumentFormat
Members
  Member nameValueDescription
XML0 The document is XML based
Json1 The document is JSON based
Text2 The document is Text based
CSharp3 The document is C# code based
SQL4 The document is SQL based
Other5 The document is not one of above
See Also