C# Class Baseline.Testing.Target

Show file Open project: JasperFx/baseline Class Usage Examples

Public Properties

Property Type Description
Float float
StringField string

Public Methods

Method Description
GenerateRandomData ( int number ) : IEnumerable
Random ( bool deep = false ) : Target
Target ( ) : System

Method Details

GenerateRandomData() public static method

public static GenerateRandomData ( int number ) : IEnumerable
number int
return IEnumerable

Random() public static method

public static Random ( bool deep = false ) : Target
deep bool
return Target

Target() public method

public Target ( ) : System
return System

Property Details

Float public property

public float Float
return float

StringField public property

public string StringField
return string