TransformerOrderAttribute(params string[])
Declaration
public TransformerOrderAttribute(params string[] transformerNames)Parameters
| Type | Name | Description |
|---|---|---|
| string[] | transformerNames | Namespace-qualified names of transformer types. Their order specifies the execution order of the corresponding transformers. |