C# Class EFUtility.CodeGenerationTools.FunctionImportParameter.UniqueIdentifierService

Afficher le fichier Open project: jradxl/Entity-Framework-Code-Generation-Tools-Experiments

Méthodes publiques

Méthode Description
AdjustIdentifier ( string identifier ) : string

Given an identifier, makes it unique within the scope by adding a suffix (1, 2, 3, ...), and returns the adjusted identifier.

UniqueIdentifierService ( ) : System

Method Details

AdjustIdentifier() public méthode

Given an identifier, makes it unique within the scope by adding a suffix (1, 2, 3, ...), and returns the adjusted identifier.
public AdjustIdentifier ( string identifier ) : string
identifier string
Résultat string

UniqueIdentifierService() public méthode

public UniqueIdentifierService ( ) : System
Résultat System