C# Class Adf.Base.Identity.IntIdProvider

Represents int Provider. Provides methods to generate new int.
Inheritance: IIdProvider
Afficher le fichier Open project: NLADP/ADF

Méthodes publiques

Méthode Description
NewId ( ) : ID

Creates and returns a new int.

Method Details

NewId() public méthode

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