C# Class Omikron.FactFinder.Data.Campaign

Show file Open project: FACT-Finder/FACT-Finder-.NET-Library Class Usage Examples

Public Methods

Method Description
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

Method Details

AddActiveQuestions() public method

public AddActiveQuestions ( IList activeQuestions ) : void
activeQuestions IList
return void

AddFeedback() public method

public AddFeedback ( string>.IDictionary feedback ) : void
feedback string>.IDictionary
return void

AddPushedProducts() public method

public AddPushedProducts ( IList pushedProducts ) : void
pushedProducts IList
return void

AddToAdvisorTree() public method

public AddToAdvisorTree ( IList advisorTree ) : void
advisorTree IList
return void

Campaign() public method

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
return System

GetFeedbackFor() public method

public GetFeedbackFor ( string label ) : string
label string
return string

HasActiveQuestions() public method

public HasActiveQuestions ( ) : bool
return bool

HasAdvisorTree() public method

public HasAdvisorTree ( ) : bool
return bool

HasFeedback() public method

public HasFeedback ( string label = null ) : bool
label string
return bool

HasPushedProducts() public method

public HasPushedProducts ( ) : bool
return bool

HasRedirect() public method

public HasRedirect ( ) : bool
return bool