Class RandomSentenceGenerator
  
  
  
    Inheritance
    
    RandomSentenceGenerator
   
  
  
  Assembly: RandomGenerator.dll
  Syntax
  
    public class RandomSentenceGenerator
   
  Constructors
  
    |
    Improve this Doc
  
  
    View Source
  
  
  RandomSentenceGenerator()
  
  
  Declaration
  
    public RandomSentenceGenerator()
   
  
    |
    Improve this Doc
  
  
    View Source
  
  
  RandomSentenceGenerator(PartOfSpeech, PartOfSpeech, PartOfSpeech, PartOfSpeech, PartOfSpeech, PartOfSpeech, PartOfSpeech, PartOfSpeech)
  
  
  Declaration
  
    public RandomSentenceGenerator(PartOfSpeech verbs, PartOfSpeech adjectives, PartOfSpeech adverbs, PartOfSpeech nouns, PartOfSpeech pronouns, PartOfSpeech prepositions, PartOfSpeech conjunctions, PartOfSpeech interjections)
   
  Parameters
  
  Methods
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ExcludeOperation(Operations)
  
  
  Declaration
  
    public RandomSentenceGenerator ExcludeOperation(Operations operation)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Generate(int)
  
  
  Declaration
  
    public string Generate(int wordsCount)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | int | 
        wordsCount | 
         | 
      
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  IncludeOperation(Operations)
  
  
  Declaration
  
    public RandomSentenceGenerator IncludeOperation(Operations operation)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  With(Adjective)
  
  
  Declaration
  
    public RandomSentenceGenerator With(Adjective adjectives)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  With(Adverb)
  
  
  Declaration
  
    public RandomSentenceGenerator With(Adverb adverbs)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Adverb | 
        adverbs | 
         | 
      
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  With(Conjunction)
  
  
  Declaration
  
    public RandomSentenceGenerator With(Conjunction conjunctions)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  With(Interjection)
  
  
  Declaration
  
    public RandomSentenceGenerator With(Interjection interjections)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  With(Noun)
  
  
  Declaration
  
    public RandomSentenceGenerator With(Noun nouns)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Noun | 
        nouns | 
         | 
      
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  With(Preposition)
  
  
  Declaration
  
    public RandomSentenceGenerator With(Preposition prepositions)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  With(Pronoun)
  
  
  Declaration
  
    public RandomSentenceGenerator With(Pronoun pronouns)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Pronoun | 
        pronouns | 
         | 
      
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  With(Verb)
  
  
  Declaration
  
    public RandomSentenceGenerator With(Verb verbs)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Verb | 
        verbs | 
         | 
      
    
  
  Returns