Add(ISchema):Void

Adds a schema to the collection.

If a schema is added as a child schema, then data objects that follow the indicated schema can now be created or moved underneath the data objects of the current schema.

If the indicated schema has derived schemas, then data objects of the derived schemas can also be created or moved underneath the data objects of the current schema.

Return type: System.Void

Parameter

schema

Type: Onion.Client.ISchema

This parameter is the schema to become a child schema of the current schema.