C# Класс OData4.Builder.UniqueIdentifierService

Service making names within a scope unique. Initialize a new instance for every scope.
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
GetUniqueIdentifier ( string identifier ) : string

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

GetUniqueParameterName ( string name ) : string

Fix up the given parameter name and make it unique.

UniqueIdentifierService ( IEnumerable identifiers, bool caseSensitive ) : System

Constructs a UniqueIdentifierService.

UniqueIdentifierService ( bool caseSensitive ) : System

Constructs a UniqueIdentifierService.