C# Class 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.
ファイルを表示 Open project: OSEHRA/mdws Class Usage Examples

Public Properties

Property Type Description
properties IDictionary,System.Collections.Generic

Public Methods

Method Description
get ( string key ) : string
set ( string key, string value ) : void

Method Details

get() public method

public get ( string key ) : string
key string
return string

set() public method

public set ( string key, string value ) : void
key string
value string
return void

Property Details

properties public_oe property

public IDictionary,System.Collections.Generic properties
return IDictionary,System.Collections.Generic