 | IVishnuJobProvider interface |
Interface for a class that converts a foreign format into an XDocument
converted and returned in Vishnu job format.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic interface IVishnuJobProvider
Public Interface IVishnuJobProvider
public interface class IVishnuJobProvider
type IVishnuJobProvider = interface end
The IVishnuJobProvider Type exposes the following members.
Methods | Name | Description of the |
---|
 | GetVishnuJobXml |
Loads a job description in a foreign format, converts it
into a Vishnu JobDescription.xml and returns it as an XDocument.
|
Back to the top
Remarks
File: IVishnuJobProvider.cs
Author: Erik Nagel
15/02/2015 Erik Nagel: created
See also