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.
Afficher le fichier Open project: OSEHRA/mdws Class Usage Examples

Méthodes publiques

Свойство Type Description
properties IDictionary,System.Collections.Generic

Méthodes publiques

Méthode Description
get ( string key ) : string
set ( string key, string value ) : void

Method Details

get() public méthode

public get ( string key ) : string
key string
Résultat string

set() public méthode

public set ( string key, string value ) : void
key string
value string
Résultat void

Property Details

properties public_oe property

public IDictionary,System.Collections.Generic properties
Résultat IDictionary,System.Collections.Generic