C# 클래스 HelloWorld.DefaultNameService

상속: INameService
파일 보기 프로젝트 열기: Ivony/HelloWorld 1 사용 예제들

공개 메소드들

메소드 설명
CanReset ( string oldName, string newName ) : bool
DefaultNameService ( string dataRoot ) : System

비공개 메소드들

메소드 설명
INameService ( string name ) : bool
INameService ( ) : string
Initialize ( ) : void

메소드 상세

CanReset() 공개 메소드

public CanReset ( string oldName, string newName ) : bool
oldName string
newName string
리턴 bool

DefaultNameService() 공개 메소드

public DefaultNameService ( string dataRoot ) : System
dataRoot string
리턴 System