Method NewSchema
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
NewSchema(string)
Creates a new in-memory schema with the specified name.
public static Schema NewSchema(string name)
Parameters
namestringThe name of the schema to create.
Returns
- Schema
A new Schema instance.