C# Class Dev2.Studio.Core.Factories.DataMappingListFactory

Mostrar archivo Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
CreateListInputMapping ( string xmlServiceDefintion ) : IList
CreateListInputRecordSetMapping ( string xmlServiceDefintion ) : IRecordSetCollection
CreateListOutputMapping ( string xmlServiceDefintion ) : IList
CreateListOutputRecordSetMapping ( string xmlServiceDefintion ) : IRecordSetCollection
GenerateMapping ( IList defs, enDev2ArgumentType typeOf ) : string

Method Details

CreateListInputMapping() public static method

public static CreateListInputMapping ( string xmlServiceDefintion ) : IList
xmlServiceDefintion string
return IList

CreateListInputRecordSetMapping() public static method

public static CreateListInputRecordSetMapping ( string xmlServiceDefintion ) : IRecordSetCollection
xmlServiceDefintion string
return IRecordSetCollection

CreateListOutputMapping() public static method

public static CreateListOutputMapping ( string xmlServiceDefintion ) : IList
xmlServiceDefintion string
return IList

CreateListOutputRecordSetMapping() public static method

public static CreateListOutputRecordSetMapping ( string xmlServiceDefintion ) : IRecordSetCollection
xmlServiceDefintion string
return IRecordSetCollection

GenerateMapping() public static method

public static GenerateMapping ( IList defs, enDev2ArgumentType typeOf ) : string
defs IList
typeOf enDev2ArgumentType
return string