C# Class Omikron.FactFinder.Data.Campaign

Afficher le fichier Open project: FACT-Finder/FACT-Finder-.NET-Library Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddActiveQuestions ( IList activeQuestions ) : void
activeQuestions IList
Résultat void

AddFeedback() public méthode

public AddFeedback ( string>.IDictionary feedback ) : void
feedback string>.IDictionary
Résultat void

AddPushedProducts() public méthode

public AddPushedProducts ( IList pushedProducts ) : void
pushedProducts IList
Résultat void

AddToAdvisorTree() public méthode

public AddToAdvisorTree ( IList advisorTree ) : void
advisorTree IList
Résultat void

Campaign() public méthode

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
Résultat System

GetFeedbackFor() public méthode

public GetFeedbackFor ( string label ) : string
label string
Résultat string

HasActiveQuestions() public méthode

public HasActiveQuestions ( ) : bool
Résultat bool

HasAdvisorTree() public méthode

public HasAdvisorTree ( ) : bool
Résultat bool

HasFeedback() public méthode

public HasFeedback ( string label = null ) : bool
label string
Résultat bool

HasPushedProducts() public méthode

public HasPushedProducts ( ) : bool
Résultat bool

HasRedirect() public méthode

public HasRedirect ( ) : bool
Résultat bool