Method CreateSchemaBuilders
CreateSchemaBuilders()
Creates and returns the schema builders used to process group schemas during the build. Override this method to provide custom schema builders.
Declaration
public virtual ISchemaBuilder[] CreateSchemaBuilders()
Returns
| Type | Description |
|---|---|
| ISchemaBuilder[] | An array of schema builders that will process group schemas. |