FailsafeSchema Class

Definition

Assembly SharpYaml.dll
Inherits ObjectSchemaBase
Implements IYamlSchema
Show inherited members (23)

Implements the YAML failsafe schema. http://www.yaml.org/spec/1.2/spec.html#id2802346

public class FailsafeSchema : SchemaBase, IYamlSchema

Remarks

The failsafe schema is guaranteed to work with any YAML document. It is therefore the recommended schema for generic YAML tools. A YAML processor should therefore support this schema, at least as an option.

Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Fields (4)

Properties (1)

Methods (3)