Add(ISchema, String):Void

Adds a new transformation for a schema.

Return type: System.Void

Parameter

forSchema

Type: Onion.Client.ISchema

This parameter is the schema to be followed by the data objects to be revised with the indicated XSLT.

All data objects that follow this schema are transformed with the XSLT. If the transformation fails for one data object, then the changes to all data objects are rolled back.

xslData

Type: System.String

This parameter is the XSLT to revise the data objects.