C# Class Dogen.TestModels.CSharpModel.AssistantSequenceGenerator

Provides helper methods for the sequence generators.
Afficher le fichier Open project: DomainDrivenConsulting/dogen Class Usage Examples

Méthodes publiques

Méthode Description
CreateBool ( uint position ) : bool
CreateByte ( uint position ) : byte
CreateChar ( uint position ) : char
CreateDecimal ( uint position ) : decimal
CreateDouble ( uint position ) : double
CreateFloat ( uint position ) : float
CreateInt ( uint position ) : int
CreateLong ( uint position ) : long
CreateObject ( uint position ) : object
CreateShort ( uint position ) : short
CreateShortByte ( uint position ) : sbyte
CreateString ( uint position ) : string
CreateUInt ( uint position ) : uint
CreateULong ( uint position ) : ulong
CreateUShort ( uint position ) : ushort

Method Details

CreateBool() public static méthode

public static CreateBool ( uint position ) : bool
position uint
Résultat bool

CreateByte() public static méthode

public static CreateByte ( uint position ) : byte
position uint
Résultat byte

CreateChar() public static méthode

public static CreateChar ( uint position ) : char
position uint
Résultat char

CreateDecimal() public static méthode

public static CreateDecimal ( uint position ) : decimal
position uint
Résultat decimal

CreateDouble() public static méthode

public static CreateDouble ( uint position ) : double
position uint
Résultat double

CreateFloat() public static méthode

public static CreateFloat ( uint position ) : float
position uint
Résultat float

CreateInt() public static méthode

public static CreateInt ( uint position ) : int
position uint
Résultat int

CreateLong() public static méthode

public static CreateLong ( uint position ) : long
position uint
Résultat long

CreateObject() public static méthode

public static CreateObject ( uint position ) : object
position uint
Résultat object

CreateShort() public static méthode

public static CreateShort ( uint position ) : short
position uint
Résultat short

CreateShortByte() public static méthode

public static CreateShortByte ( uint position ) : sbyte
position uint
Résultat sbyte

CreateString() public static méthode

public static CreateString ( uint position ) : string
position uint
Résultat string

CreateUInt() public static méthode

public static CreateUInt ( uint position ) : uint
position uint
Résultat uint

CreateULong() public static méthode

public static CreateULong ( uint position ) : ulong
position uint
Résultat ulong

CreateUShort() public static méthode

public static CreateUShort ( uint position ) : ushort
position uint
Résultat ushort