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
Public Enumeration DocumentFormat
public enum class DocumentFormat
Members
| Member name | Value | Description |
---|
| XML | 0 |
The document is XML based
|
| Json | 1 |
The document is JSON based
|
| Text | 2 |
The document is Text based
|
| CSharp | 3 |
The document is C# code based
|
| SQL | 4 |
The document is SQL based
|
| Other | 5 |
The document is not one of above
|
See Also