BiPackageEnumerator Methods |
The BiPackageEnumerator type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator |
Get enumerator
| |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
AsResultSet | Overloaded.
As result set
(Defined by ExtensionMethods.) | |
AsResultSetBiDefinition | Overloaded.
As result set
(Defined by ExtensionMethods.) | |
ConvertTReturn |
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.) | |
IsNullOrEmpty |
Returns true if the IList is null or has no elements
(Defined by ExtensionMethods.) | |
ToDictionaryIgnoringDuplicatesBiDefinition, TKey(FuncBiDefinition, TKey) | Overloaded.
Creates a DictionaryTKey, TValue from an IEnumerableT
according to specified key selector function. Diplicate keys will not be added to the dictionary.
(Defined by ExtensionMethods.) | |
ToDictionaryIgnoringDuplicatesBiDefinition, TKey, TElement(FuncBiDefinition, TKey, FuncBiDefinition, TElement) | Overloaded.
Creates a DictionaryTKey, TValue from an IEnumerableT
according to specified key selector and element selector functions. Diplicate keys will not be added to the dictionary.
(Defined by ExtensionMethods.) |