Craig's Utility Library  4.0 Beta
Utilities.Random.ContactInfoGenerators.ZipCodeGenerator Class Reference

Generates a random zip code More...

Inheritance diagram for Utilities.Random.ContactInfoGenerators.ZipCodeGenerator:
Utilities.Random.StringGenerators.PatternGenerator Utilities.Random.BaseClasses.GeneratorAttributeBase Utilities.Random.Interfaces.IGenerator< string > Utilities.Random.Interfaces.IGenerator< T >

Public Member Functions

 ZipCodeGenerator ()
 Constructor More...
 
- Public Member Functions inherited from Utilities.Random.StringGenerators.PatternGenerator
 PatternGenerator (string Pattern)
 Constructor More...
 
string Next (System.Random Rand)
 Generates a random value of the specified type More...
 
string Next (System.Random Rand, string Min, string Max)
 Generates a random value of the specified type More...
 
override object NextObj (System.Random Rand)
 Generates next object More...
 
- Public Member Functions inherited from Utilities.Random.Interfaces.IGenerator< T >
Next (System.Random Rand, T Min, T Max)
 Generates a random value of the specified type More...
 
- Public Member Functions inherited from Utilities.Random.Interfaces.IGenerator< string >
Next (System.Random Rand)
 Generates a random value of the specified type More...
 
Next (System.Random Rand, T Min, T Max)
 Generates a random value of the specified type More...
 
object NextObj (System.Random Rand)
 Generates a random value and returns it as an object More...
 

Additional Inherited Members

- Protected Member Functions inherited from Utilities.Random.BaseClasses.GeneratorAttributeBase
 GeneratorAttributeBase (object Min, object Max)
 Constructor More...
 
- Properties inherited from Utilities.Random.StringGenerators.PatternGenerator
virtual string Pattern [get, protected set]
 Pattern to use More...
 
- Properties inherited from Utilities.Random.BaseClasses.GeneratorAttributeBase
virtual object Max [get, protected set]
 Maximum allowed More...
 
virtual object Min [get, protected set]
 Minimum allowed More...
 

Detailed Description

Generates a random zip code

Definition at line 29 of file ZipCodeGenerator.cs.

Constructor & Destructor Documentation

Utilities.Random.ContactInfoGenerators.ZipCodeGenerator.ZipCodeGenerator ( )

Constructor

Definition at line 36 of file ZipCodeGenerator.cs.


The documentation for this class was generated from the following file: