Click or drag to resize

IVishnuJobProvider interface

Interface for a class that converts a foreign format into an XDocument converted and returned in Vishnu job format.

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public interface IVishnuJobProvider

The IVishnuJobProvider Type exposes the following members.

Methods
 NameDescription of the
Public MethodGetVishnuJobXml 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