The KeyValueStruct type exposes the following members.

Constructors

  NameDescription
KeyValueStruct
Initializes a new instance of the KeyValueStruct class

Methods

  NameDescription
Equals
Consente di determinare se l'oggetto Object specificato è uguale all'oggetto Object corrente.
(Inherited from Object.)
GetHashCode
Funge da funzione hash per un determinato tipo.
(Inherited from Object.)
GetType
Ottiene l'oggetto Type dell'istanza corrente.
(Inherited from Object.)
ToString
Restituisce un oggetto String che rappresenta l'oggetto Object corrente.
(Inherited from Object.)

Fields

  NameDescription
ID
Chiave univoca alfanumerica di riconoscimento
MappedCode
Codice o categoria mappata, per abbinare all'ID un codice di riconoscimento determinato nel contesto della funzione chiamante
Text
Descrizione in testo da usare nelle scelte combo e simili.

See Also