C# 클래스 Omikron.FactFinder.Data.Campaign

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

공개 메소드들

메소드 설명
AddActiveQuestions ( IList activeQuestions ) : void
AddFeedback ( string>.IDictionary feedback ) : void
AddPushedProducts ( IList pushedProducts ) : void
AddToAdvisorTree ( IList advisorTree ) : void
Campaign ( string name = "", string category = "", Uri redirectUrl = null, IList pushedProducts = null, string>.IDictionary feedback = null, IList activeQuestions = null, IList advisorTree = null ) : System
GetFeedbackFor ( string label ) : string
HasActiveQuestions ( ) : bool
HasAdvisorTree ( ) : bool
HasFeedback ( string label = null ) : bool
HasPushedProducts ( ) : bool
HasRedirect ( ) : bool

메소드 상세

AddActiveQuestions() 공개 메소드

public AddActiveQuestions ( IList activeQuestions ) : void
activeQuestions IList
리턴 void

AddFeedback() 공개 메소드

public AddFeedback ( string>.IDictionary feedback ) : void
feedback string>.IDictionary
리턴 void

AddPushedProducts() 공개 메소드

public AddPushedProducts ( IList pushedProducts ) : void
pushedProducts IList
리턴 void

AddToAdvisorTree() 공개 메소드

public AddToAdvisorTree ( IList advisorTree ) : void
advisorTree IList
리턴 void

Campaign() 공개 메소드

public Campaign ( string name = "", string category = "", Uri redirectUrl = null, IList pushedProducts = null, string>.IDictionary feedback = null, IList activeQuestions = null, IList advisorTree = null ) : System
name string
category string
redirectUrl System.Uri
pushedProducts IList
feedback string>.IDictionary
activeQuestions IList
advisorTree IList
리턴 System

GetFeedbackFor() 공개 메소드

public GetFeedbackFor ( string label ) : string
label string
리턴 string

HasActiveQuestions() 공개 메소드

public HasActiveQuestions ( ) : bool
리턴 bool

HasAdvisorTree() 공개 메소드

public HasAdvisorTree ( ) : bool
리턴 bool

HasFeedback() 공개 메소드

public HasFeedback ( string label = null ) : bool
label string
리턴 bool

HasPushedProducts() 공개 메소드

public HasPushedProducts ( ) : bool
리턴 bool

HasRedirect() 공개 메소드

public HasRedirect ( ) : bool
리턴 bool