C# Class EFUtility.CodeGenerationTools.FunctionImportParameter.UniqueIdentifierService

Mostra file Open project: jradxl/Entity-Framework-Code-Generation-Tools-Experiments

Public Methods

Method 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 method

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
return string

UniqueIdentifierService() public method

public UniqueIdentifierService ( ) : System
return System