C# 클래스 gov.va.medora.mdws.dto.TaggedText

상속: AbstractTO
파일 보기 프로젝트 열기: OSEHRA/mdws 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
tag string
taggedResults gov.va.medora.mdws.dto.TaggedText[]
text string
textArray string[]

공개 메소드들

메소드 설명
TaggedText ( ) : System
TaggedText ( DictionaryEntry de ) : System
TaggedText ( string>.KeyValuePair kvp ) : System
TaggedText ( ArrayList>.KeyValuePair kvp ) : System
TaggedText ( string>.KeyValuePair kvp ) : System
TaggedText ( string[]>.KeyValuePair kvp ) : System
TaggedText ( string tag ) : System
TaggedText ( string tag, DictionaryHashList dict ) : System
TaggedText ( string tag, OrderedDictionary dict ) : System
TaggedText ( string tag, StringDictionary dict ) : System
TaggedText ( string tag, TaggedText taggedResults ) : System
TaggedText ( string tag, string text ) : System

메소드 상세

TaggedText() 공개 메소드

public TaggedText ( ) : System
리턴 System

TaggedText() 공개 메소드

public TaggedText ( DictionaryEntry de ) : System
de System.Collections.DictionaryEntry
리턴 System

TaggedText() 공개 메소드

public TaggedText ( string>.KeyValuePair kvp ) : System
kvp string>.KeyValuePair
리턴 System

TaggedText() 공개 메소드

public TaggedText ( ArrayList>.KeyValuePair kvp ) : System
kvp ArrayList>.KeyValuePair
리턴 System

TaggedText() 공개 메소드

public TaggedText ( string>.KeyValuePair kvp ) : System
kvp string>.KeyValuePair
리턴 System

TaggedText() 공개 메소드

public TaggedText ( string[]>.KeyValuePair kvp ) : System
kvp string[]>.KeyValuePair
리턴 System

TaggedText() 공개 메소드

public TaggedText ( string tag ) : System
tag string
리턴 System

TaggedText() 공개 메소드

public TaggedText ( string tag, DictionaryHashList dict ) : System
tag string
dict DictionaryHashList
리턴 System

TaggedText() 공개 메소드

public TaggedText ( string tag, OrderedDictionary dict ) : System
tag string
dict System.Collections.Specialized.OrderedDictionary
리턴 System

TaggedText() 공개 메소드

public TaggedText ( string tag, StringDictionary dict ) : System
tag string
dict System.Collections.Specialized.StringDictionary
리턴 System

TaggedText() 공개 메소드

public TaggedText ( string tag, TaggedText taggedResults ) : System
tag string
taggedResults TaggedText
리턴 System

TaggedText() 공개 메소드

public TaggedText ( string tag, string text ) : System
tag string
text string
리턴 System

프로퍼티 상세

tag 공개적으로 프로퍼티

public string tag
리턴 string

taggedResults 공개적으로 프로퍼티

public TaggedText[],gov.va.medora.mdws.dto taggedResults
리턴 gov.va.medora.mdws.dto.TaggedText[]

text 공개적으로 프로퍼티

public string text
리턴 string

textArray 공개적으로 프로퍼티

public string[] textArray
리턴 string[]