C# Класс EFUtility.CodeGenerationTools.FunctionImportParameter.UniqueIdentifierService

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

AdjustIdentifier() публичный Метод

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
Результат string

UniqueIdentifierService() публичный Метод

public UniqueIdentifierService ( ) : System
Результат System