C# 클래스 Dev2.Data.ServiceModel.Helper.ServiceUtils

Helper methods to extract a datalist from service method
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
ExtractDataList ( StringBuilder serviceDef ) : string

Extracts the data list.

ExtractDataList ( string serviceDef ) : string

Extracts the data list.

ExtractInputMapping ( StringBuilder serviceDef ) : string
ExtractInputMapping ( string serviceDef ) : string
ExtractOutputMapping ( StringBuilder serviceDef ) : string
ExtractOutputMapping ( string serviceDef ) : string
MappingNamesChanged ( IList oldMappings, IList newMappings ) : bool
MappingValuesChanged ( IList oldMappings, IList newMappings ) : bool

비공개 메소드들

메소드 설명
MappingChanged ( ICollection oldMappings, ICollection newMappings, Func equals ) : bool

메소드 상세

ExtractDataList() 공개 정적인 메소드

Extracts the data list.
public static ExtractDataList ( StringBuilder serviceDef ) : string
serviceDef StringBuilder The service def.
리턴 string

ExtractDataList() 공개 정적인 메소드

Extracts the data list.
public static ExtractDataList ( string serviceDef ) : string
serviceDef string The service def.
리턴 string

ExtractInputMapping() 공개 정적인 메소드

public static ExtractInputMapping ( StringBuilder serviceDef ) : string
serviceDef StringBuilder
리턴 string

ExtractInputMapping() 공개 정적인 메소드

public static ExtractInputMapping ( string serviceDef ) : string
serviceDef string
리턴 string

ExtractOutputMapping() 공개 정적인 메소드

public static ExtractOutputMapping ( StringBuilder serviceDef ) : string
serviceDef StringBuilder
리턴 string

ExtractOutputMapping() 공개 정적인 메소드

public static ExtractOutputMapping ( string serviceDef ) : string
serviceDef string
리턴 string

MappingNamesChanged() 공개 정적인 메소드

public static MappingNamesChanged ( IList oldMappings, IList newMappings ) : bool
oldMappings IList
newMappings IList
리턴 bool

MappingValuesChanged() 공개 정적인 메소드

public static MappingValuesChanged ( IList oldMappings, IList newMappings ) : bool
oldMappings IList
newMappings IList
리턴 bool