IJobElementManagerCreate(Metadata) Method |
Creates a job element from a given meta-data.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.32.0
SyntaxBaseJobElement Create(
Metadata metadata
)
Parameters
- metadata Metadata
- The job element meta-data containing the type and the category.
Return Value
BaseJobElementA new instance of the job element.
Exceptions| Exception | Condition |
|---|
| KeyNotFoundException | Category is invalid. |
| KeyNotFoundException | Concrete type is invalid. |
See Also