C# Class GenFu.GenericFillerDefaults

Afficher le fichier Open project: MisterJames/GenFu Class Usage Examples

Méthodes publiques

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

public GenericFillerDefaults ( FillerManager fillerManager ) : System
fillerManager FillerManager
Résultat System

GetMaxDateTime() public méthode

public GetMaxDateTime ( ) : System.DateTime
Résultat System.DateTime

GetMinDateTime() public méthode

public GetMinDateTime ( ) : System.DateTime
Résultat System.DateTime

SetMaxDateTime() public méthode

public SetMaxDateTime ( System.DateTime maxValue ) : void
maxValue System.DateTime
Résultat void

SetMaxDecimal() public méthode

public SetMaxDecimal ( decimal max ) : void
max decimal
Résultat void

SetMaxInt() public méthode

public SetMaxInt ( int max ) : void
max int
Résultat void

SetMaxShort() public méthode

public SetMaxShort ( short max ) : void
max short
Résultat void

SetMinDateTime() public méthode

public SetMinDateTime ( System.DateTime minValue ) : void
minValue System.DateTime
Résultat void

SetMinDecimal() public méthode

public SetMinDecimal ( decimal min ) : void
min decimal
Résultat void

SetMinInt() public méthode

public SetMinInt ( int min ) : void
min int
Résultat void

SetMinShort() public méthode

public SetMinShort ( short min ) : void
min short
Résultat void

SetSeedPercentage() public méthode

public SetSeedPercentage ( double value ) : void
value double
Résultat void