C# 클래스 Fluency.IdGenerators.IncrementingIdGenerator

Generates Id values starting at a specific number, incrementing subsequent ids by 1.
상속: IIdGenerator
파일 보기 프로젝트 열기: ChrisEdwards/Fluency

공개 메소드들

메소드 설명
GetNextId ( ) : int

Gets the next Id.

IncrementingIdGenerator ( )
IncrementingIdGenerator ( int startingValue )

메소드 상세

GetNextId() 공개 메소드

Gets the next Id.
public GetNextId ( ) : int
리턴 int

IncrementingIdGenerator() 공개 메소드

IncrementingIdGenerator() 공개 메소드

public IncrementingIdGenerator ( int startingValue )
startingValue int