C# 클래스 Lucene.Net.QueryParsers.Flexible.Messages.MessageImpl

Default implementation of Message interface. For Native Language Support (NLS), system of software internationalization.
상속: IMessage
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
GetArguments ( ) : object[]
GetLocalizedMessage ( ) : string
GetLocalizedMessage ( CultureInfo locale ) : string
MessageImpl ( string key ) : System.Globalization
ToString ( ) : string

메소드 상세

GetArguments() 공개 메소드

public GetArguments ( ) : object[]
리턴 object[]

GetLocalizedMessage() 공개 메소드

public GetLocalizedMessage ( ) : string
리턴 string

GetLocalizedMessage() 공개 메소드

public GetLocalizedMessage ( CultureInfo locale ) : string
locale System.Globalization.CultureInfo
리턴 string

MessageImpl() 공개 메소드

public MessageImpl ( string key ) : System.Globalization
key string
리턴 System.Globalization

ToString() 공개 메소드

public ToString ( ) : string
리턴 string