C# 클래스 gov.va.medora.StringTestObject

Very simple test object to wrap the generic dictionary class so that can more idiomatically set and get String properties...
* If the key/value hasn't been set, return null. * If trying to set a value for a key that has already been set, set over it.
파일 보기 프로젝트 열기: OSEHRA/mdws 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
properties IDictionary,System.Collections.Generic

공개 메소드들

메소드 설명
get ( string key ) : string
set ( string key, string value ) : void

메소드 상세

get() 공개 메소드

public get ( string key ) : string
key string
리턴 string

set() 공개 메소드

public set ( string key, string value ) : void
key string
value string
리턴 void

프로퍼티 상세

properties 공개적으로 프로퍼티

public IDictionary,System.Collections.Generic properties
리턴 IDictionary,System.Collections.Generic