C# Class Adf.Base.Identity.GuidProvider

Represents System.Guid Provider. Provides methods to generate new System.Guid, check the equality of two System.Guids etc.
Inheritance: IIdProvider
Afficher le fichier Open project: NLADP/ADF

Méthodes publiques

Méthode Description
NewId ( ) : ID

Creates and returns a new System.Guid.

Method Details

NewId() public méthode

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