C# 클래스 Forseti.Files.StringMapping

Represents a mapping for a string
상속: IStringMapping
파일 보기 프로젝트 열기: dolittle/Forseti

공개 메소드들

메소드 설명
GetValues ( string input ) : dynamic
Matches ( string input ) : bool
Resolve ( string input ) : string
StringMapping ( string format, string mappedFormat ) : System.Collections.Generic

Initializes a new instance of StringMapping

비공개 메소드들

메소드 설명
Prepare ( string format ) : void

메소드 상세

GetValues() 공개 메소드

public GetValues ( string input ) : dynamic
input string
리턴 dynamic

Matches() 공개 메소드

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

Resolve() 공개 메소드

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

StringMapping() 공개 메소드

Initializes a new instance of StringMapping
public StringMapping ( string format, string mappedFormat ) : System.Collections.Generic
format string Originating format
mappedFormat string Mapped format
리턴 System.Collections.Generic