Click or drag to resize

SimpleCarePlanServiceParameterDictionaryTKey, TValue Class

Represents a parameter dictionary
Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryTKey, TValue
    SanteDB.Core.ProtocolSimpleCarePlanServiceParameterDictionaryTKey, TValue

Namespace:  SanteDB.Core.Protocol
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public class ParameterDictionary<TKey, TValue> : Dictionary<TKey, TValue>
where TValue : class

Type Parameters

TKey

[Missing <typeparam name="TKey"/> documentation for "T:SanteDB.Core.Protocol.SimpleCarePlanService.ParameterDictionary`2"]

TValue

[Missing <typeparam name="TValue"/> documentation for "T:SanteDB.Core.Protocol.SimpleCarePlanService.ParameterDictionary`2"]

The SimpleCarePlanServiceParameterDictionaryTKey, TValue type exposes the following members.

Constructors
  NameDescription
Public methodSimpleCarePlanServiceParameterDictionaryTKey, TValue
Initializes a new instance of the SimpleCarePlanServiceParameterDictionaryTKey, TValue class
Top
Properties
  NameDescription
Public propertyComparer (Inherited from DictionaryTKey, TValue.)
Public propertyCount (Inherited from DictionaryTKey, TValue.)
Public propertyItem
Indexer
Public propertyKeys (Inherited from DictionaryTKey, TValue.)
Public propertyValues (Inherited from DictionaryTKey, TValue.)
Top
Methods
  NameDescription
Public methodAdd
Add new item key
Public methodClear (Inherited from DictionaryTKey, TValue.)
Public methodContainsKey (Inherited from DictionaryTKey, TValue.)
Public methodContainsValue (Inherited from DictionaryTKey, TValue.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from DictionaryTKey, TValue.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryTKey, TValue.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryTKey, TValue.)
Public methodRemove
Remove key
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from DictionaryTKey, TValue.)
Top
Extension Methods
  NameDescription
Public Extension MethodConvertTReturn
The purpose of this method is to convert object me to TReturn. Why? Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast so we have to copy.
(Defined by ExtensionMethods.)
Public Extension MethodGetInstanceOfTDomain
Gets an instance of TDomain from me
(Defined by ModelExtensions.)
Top
See Also