C# 클래스 RPS.MetadataTemplate

파일 보기 프로젝트 열기: marijnkampf/Random-Photo-Screensaver 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
metadata string>.Dictionary

공개 메소드들

메소드 설명
MetadataTemplate ( string metadata ) : System
MetadataTemplate ( string metadata, string template ) : System
fillTemplate ( ) : string
fillTemplate ( string template ) : string
filter ( string keyFilter ) : string>.Dictionary
getAsString ( ) : string
parseMetadata ( string metaString ) : void

메소드 상세

MetadataTemplate() 공개 메소드

public MetadataTemplate ( string metadata ) : System
metadata string
리턴 System

MetadataTemplate() 공개 메소드

public MetadataTemplate ( string metadata, string template ) : System
metadata string
template string
리턴 System

fillTemplate() 공개 메소드

public fillTemplate ( ) : string
리턴 string

fillTemplate() 공개 메소드

public fillTemplate ( string template ) : string
template string
리턴 string

filter() 공개 메소드

public filter ( string keyFilter ) : string>.Dictionary
keyFilter string
리턴 string>.Dictionary

getAsString() 공개 메소드

public getAsString ( ) : string
리턴 string

parseMetadata() 공개 메소드

public parseMetadata ( string metaString ) : void
metaString string
리턴 void

프로퍼티 상세

metadata 공개적으로 프로퍼티

public Dictionary metadata
리턴 string>.Dictionary