C# 클래스 Transformer.NET.Net

파일 보기 프로젝트 열기: extnet/Transformer.NET

공개 메소드들

메소드 설명
CreateToken ( Type tokenType, string>.Dictionary attributes ) : string
CreateToken ( Type tokenType, string>.Dictionary attributes, string value ) : string
CreateToken ( string token, string>.Dictionary attributes ) : string
CreateToken ( string token, string>.Dictionary attributes, string value ) : string
Transform ( string text ) : string

Transform ( string text, string>.Dictionary variables ) : string

Transform ( string text, List tokensType ) : string

Transform ( string text, List tokensType, string>.Dictionary variables ) : string

Transform ( string text, TextTransformerConfig config ) : string

비공개 메소드들

메소드 설명
GetTokenName ( Type tokenType ) : string

메소드 상세

CreateToken() 공개 정적인 메소드

public static CreateToken ( Type tokenType, string>.Dictionary attributes ) : string
tokenType System.Type
attributes string>.Dictionary
리턴 string

CreateToken() 공개 정적인 메소드

public static CreateToken ( Type tokenType, string>.Dictionary attributes, string value ) : string
tokenType System.Type
attributes string>.Dictionary
value string
리턴 string

CreateToken() 공개 정적인 메소드

public static CreateToken ( string token, string>.Dictionary attributes ) : string
token string
attributes string>.Dictionary
리턴 string

CreateToken() 공개 정적인 메소드

public static CreateToken ( string token, string>.Dictionary attributes, string value ) : string
token string
attributes string>.Dictionary
value string
리턴 string

Transform() 공개 정적인 메소드

public static Transform ( string text ) : string
text string
리턴 string

Transform() 공개 정적인 메소드

public static Transform ( string text, string>.Dictionary variables ) : string
text string
variables string>.Dictionary
리턴 string

Transform() 공개 정적인 메소드

public static Transform ( string text, List tokensType ) : string
text string
tokensType List
리턴 string

Transform() 공개 정적인 메소드

public static Transform ( string text, List tokensType, string>.Dictionary variables ) : string
text string
tokensType List
variables string>.Dictionary
리턴 string

Transform() 공개 정적인 메소드

public static Transform ( string text, TextTransformerConfig config ) : string
text string
config TextTransformerConfig
리턴 string