C# 클래스 Dogen.TestModels.CSharpModel.AssistantSequenceGenerator

Provides helper methods for the sequence generators.
파일 보기 프로젝트 열기: DomainDrivenConsulting/dogen 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CreateBool() 공개 정적인 메소드

public static CreateBool ( uint position ) : bool
position uint
리턴 bool

CreateByte() 공개 정적인 메소드

public static CreateByte ( uint position ) : byte
position uint
리턴 byte

CreateChar() 공개 정적인 메소드

public static CreateChar ( uint position ) : char
position uint
리턴 char

CreateDecimal() 공개 정적인 메소드

public static CreateDecimal ( uint position ) : decimal
position uint
리턴 decimal

CreateDouble() 공개 정적인 메소드

public static CreateDouble ( uint position ) : double
position uint
리턴 double

CreateFloat() 공개 정적인 메소드

public static CreateFloat ( uint position ) : float
position uint
리턴 float

CreateInt() 공개 정적인 메소드

public static CreateInt ( uint position ) : int
position uint
리턴 int

CreateLong() 공개 정적인 메소드

public static CreateLong ( uint position ) : long
position uint
리턴 long

CreateObject() 공개 정적인 메소드

public static CreateObject ( uint position ) : object
position uint
리턴 object

CreateShort() 공개 정적인 메소드

public static CreateShort ( uint position ) : short
position uint
리턴 short

CreateShortByte() 공개 정적인 메소드

public static CreateShortByte ( uint position ) : sbyte
position uint
리턴 sbyte

CreateString() 공개 정적인 메소드

public static CreateString ( uint position ) : string
position uint
리턴 string

CreateUInt() 공개 정적인 메소드

public static CreateUInt ( uint position ) : uint
position uint
리턴 uint

CreateULong() 공개 정적인 메소드

public static CreateULong ( uint position ) : ulong
position uint
리턴 ulong

CreateUShort() 공개 정적인 메소드

public static CreateUShort ( uint position ) : ushort
position uint
리턴 ushort