C# 클래스 EFUtility.CodeGenerationTools.FunctionImportParameter.UniqueIdentifierService

파일 보기 프로젝트 열기: jradxl/Entity-Framework-Code-Generation-Tools-Experiments

공개 메소드들

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