C# Class Adf.Base.Identity.IntIdProvider

Represents int Provider. Provides methods to generate new int.
Inheritance: IIdProvider
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
NewId ( ) : ID

Creates and returns a new int.

Method Details

NewId() public method

Creates and returns a new int.
public NewId ( ) : ID
return Adf.Core.Identity.ID