C# 클래스 Dev2.Studio.Core.Factories.DataMappingListFactory

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
CreateListInputMapping ( string xmlServiceDefintion ) : IList
CreateListInputRecordSetMapping ( string xmlServiceDefintion ) : IRecordSetCollection
CreateListOutputMapping ( string xmlServiceDefintion ) : IList
CreateListOutputRecordSetMapping ( string xmlServiceDefintion ) : IRecordSetCollection
GenerateMapping ( IList defs, enDev2ArgumentType typeOf ) : string

메소드 상세

CreateListInputMapping() 공개 정적인 메소드

public static CreateListInputMapping ( string xmlServiceDefintion ) : IList
xmlServiceDefintion string
리턴 IList

CreateListInputRecordSetMapping() 공개 정적인 메소드

public static CreateListInputRecordSetMapping ( string xmlServiceDefintion ) : IRecordSetCollection
xmlServiceDefintion string
리턴 IRecordSetCollection

CreateListOutputMapping() 공개 정적인 메소드

public static CreateListOutputMapping ( string xmlServiceDefintion ) : IList
xmlServiceDefintion string
리턴 IList

CreateListOutputRecordSetMapping() 공개 정적인 메소드

public static CreateListOutputRecordSetMapping ( string xmlServiceDefintion ) : IRecordSetCollection
xmlServiceDefintion string
리턴 IRecordSetCollection

GenerateMapping() 공개 정적인 메소드

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