C# 클래스 Omikron.FactFinder.Adapter.Compare

상속: ConfigurableResponse
파일 보기 프로젝트 열기: FACT-Finder/FACT-Finder-.NET-Library 1 사용 예제들

공개 메소드들

메소드 설명
Compare ( Request request, Core urlBuilder ) : System
SetProductIDs ( string productIDs ) : void

보호된 메소드들

메소드 설명
CreateComparableAttributes ( ) : bool>.IDictionary
CreateComparedRecords ( ) : IList

비공개 메소드들

메소드 설명
Compare ( ) : System

메소드 상세

Compare() 공개 메소드

public Compare ( Request request, Core urlBuilder ) : System
request Omikron.FactFinder.Core.Server.Request
urlBuilder Core
리턴 System

CreateComparableAttributes() 보호된 메소드

protected CreateComparableAttributes ( ) : bool>.IDictionary
리턴 bool>.IDictionary

CreateComparedRecords() 보호된 메소드

protected CreateComparedRecords ( ) : IList
리턴 IList

SetProductIDs() 공개 메소드

public SetProductIDs ( string productIDs ) : void
productIDs string
리턴 void