C# 클래스 Castle.Facilities.WcfIntegration.Behaviors.AbstractMessageFormatter

상속: IFormatProvider, ICustomFormatter
파일 보기 프로젝트 열기: castleproject/Windsor

공개 메소드들

메소드 설명
Format ( string format, object arg, IFormatProvider formatProvider ) : string
GetFormat ( Type formatType ) : object

보호된 메소드들

메소드 설명
FormatMessage ( Message message, string format ) : string

메소드 상세

Format() 공개 메소드

public Format ( string format, object arg, IFormatProvider formatProvider ) : string
format string
arg object
formatProvider IFormatProvider
리턴 string

FormatMessage() 보호된 추상적인 메소드

protected abstract FormatMessage ( Message message, string format ) : string
message Message
format string
리턴 string

GetFormat() 공개 메소드

public GetFormat ( Type formatType ) : object
formatType System.Type
리턴 object