C# 클래스 Castle.Core.ComponentName

파일 보기 프로젝트 열기: castleproject/Windsor 1 사용 예제들

공개 메소드들

메소드 설명
ComponentName ( string name, bool setByUser ) : System
DefaultFor ( Type componentType ) : ComponentName

Gets the default name for component implemented by componentType which will be used in case when user does not provide one explicitly.

DefaultNameFor ( Type componentType ) : string

Gets the default name for component implemented by componentType which will be used in case when user does not provide one explicitly.

ToString ( ) : string

비공개 메소드들

메소드 설명
SetName ( string value ) : void

메소드 상세

ComponentName() 공개 메소드

public ComponentName ( string name, bool setByUser ) : System
name string
setByUser bool
리턴 System

DefaultFor() 공개 정적인 메소드

Gets the default name for component implemented by componentType which will be used in case when user does not provide one explicitly.
public static DefaultFor ( Type componentType ) : ComponentName
componentType System.Type
리턴 ComponentName

DefaultNameFor() 공개 정적인 메소드

Gets the default name for component implemented by componentType which will be used in case when user does not provide one explicitly.
public static DefaultNameFor ( Type componentType ) : string
componentType System.Type
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string