C# 클래스 OData4.Builder.UniqueIdentifierService

Service making names within a scope unique. Initialize a new instance for every scope.
파일 보기 프로젝트 열기: meancrazy/LINQPadOData4 1 사용 예제들

비공개 메소드들

메소드 설명
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.