C# Class GenFu.GenericFillerDefaults

Mostrar archivo Open project: MisterJames/GenFu Class Usage Examples

Public Methods

Method Description
GenericFillerDefaults ( FillerManager fillerManager ) : System
GetMaxDateTime ( ) : System.DateTime
GetMinDateTime ( ) : System.DateTime
SetMaxDateTime ( System.DateTime maxValue ) : void
SetMaxDecimal ( decimal max ) : void
SetMaxInt ( int max ) : void
SetMaxShort ( short max ) : void
SetMinDateTime ( System.DateTime minValue ) : void
SetMinDecimal ( decimal min ) : void
SetMinInt ( int min ) : void
SetMinShort ( short min ) : void
SetSeedPercentage ( double value ) : void

Method Details

GenericFillerDefaults() public method

public GenericFillerDefaults ( FillerManager fillerManager ) : System
fillerManager FillerManager
return System

GetMaxDateTime() public method

public GetMaxDateTime ( ) : System.DateTime
return System.DateTime

GetMinDateTime() public method

public GetMinDateTime ( ) : System.DateTime
return System.DateTime

SetMaxDateTime() public method

public SetMaxDateTime ( System.DateTime maxValue ) : void
maxValue System.DateTime
return void

SetMaxDecimal() public method

public SetMaxDecimal ( decimal max ) : void
max decimal
return void

SetMaxInt() public method

public SetMaxInt ( int max ) : void
max int
return void

SetMaxShort() public method

public SetMaxShort ( short max ) : void
max short
return void

SetMinDateTime() public method

public SetMinDateTime ( System.DateTime minValue ) : void
minValue System.DateTime
return void

SetMinDecimal() public method

public SetMinDecimal ( decimal min ) : void
min decimal
return void

SetMinInt() public method

public SetMinInt ( int min ) : void
min int
return void

SetMinShort() public method

public SetMinShort ( short min ) : void
min short
return void

SetSeedPercentage() public method

public SetSeedPercentage ( double value ) : void
value double
return void