C# 클래스 Forseti.Files.StringMapper

Represents an implementation of IStringMapper
상속: IStringMapper
파일 보기 프로젝트 열기: dolittle/Forseti

공개 메소드들

메소드 설명
AddMapping ( IStringMapping mapping ) : void
AddMapping ( string format, string mappedFormat ) : void
GetAllMatchingMappingsFor ( string input ) : IEnumerable
GetFirstMatchingMappingFor ( string input ) : IStringMapping
HasMappingFor ( string input ) : bool
Resolve ( string input ) : string

메소드 상세

AddMapping() 공개 메소드

public AddMapping ( IStringMapping mapping ) : void
mapping IStringMapping
리턴 void

AddMapping() 공개 메소드

public AddMapping ( string format, string mappedFormat ) : void
format string
mappedFormat string
리턴 void

GetAllMatchingMappingsFor() 공개 메소드

public GetAllMatchingMappingsFor ( string input ) : IEnumerable
input string
리턴 IEnumerable

GetFirstMatchingMappingFor() 공개 메소드

public GetFirstMatchingMappingFor ( string input ) : IStringMapping
input string
리턴 IStringMapping

HasMappingFor() 공개 메소드

public HasMappingFor ( string input ) : bool
input string
리턴 bool

Resolve() 공개 메소드

public Resolve ( string input ) : string
input string
리턴 string