IOpenApiWriter Interface  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface for writing Open API documentation.
public interface IOpenApiWritertype IOpenApiWriter = interfacePublic Interface IOpenApiWriter- Derived
Methods
| Flush() | Flush the writer. | 
| WriteEndArray() | Write the end array. | 
| WriteEndObject() | Write the end object. | 
| WriteNull() | Write the null value. | 
| WritePropertyName(String) | Write the property name. | 
| WriteRaw(String) | Write the raw content value. | 
| WriteStartArray() | Write the start array. | 
| WriteStartObject() | Write the start object. | 
| WriteValue(Boolean) | Write the boolean value. | 
| WriteValue(Decimal) | Write the decimal value. | 
| WriteValue(Int32) | Write the int value. | 
| WriteValue(Object) | Write the object value. | 
| WriteValue(String) | Write the string value. |