Click or drag to resize

InternalTypeMappingSet Class

Defines a set of internal type mappings which are keyed on the internal type of the mapping.
Inheritance Hierarchy
System.Object
  System.Collections.ObjectModel.Collection<InternalTypeMapping>
    System.Collections.ObjectModel.KeyedCollection<Type, InternalTypeMapping>
      SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Frameworks.InternalTypeMappingSet

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Frameworks
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public class InternalTypeMappingSet : KeyedCollection<Type, InternalTypeMapping>

The InternalTypeMappingSet type exposes the following members.

Constructors
  NameDescription
Public methodInternalTypeMappingSet
Initializes a new instance of the InternalTypeMappingSet class
Top
Properties
  NameDescription
Public propertyComparer
Gets the generic equality comparer that is used to determine equality of keys in the collection.
(Inherited from KeyedCollection<Type, InternalTypeMapping>.)
Public propertyCount (Inherited from Collection<InternalTypeMapping>.)
Protected propertyDictionary (Inherited from KeyedCollection<Type, InternalTypeMapping>.)
Public propertyItem[TKey]
Gets the element with the specified key.
(Inherited from KeyedCollection<Type, InternalTypeMapping>.)
Public propertyItem[Int32]
Gets or sets the element at the specified index.
(Inherited from Collection<InternalTypeMapping>.)
Protected propertyItems (Inherited from Collection<InternalTypeMapping>.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from Collection<InternalTypeMapping>.)
Protected methodChangeItemKey
Changes the key associated with the specified element in the lookup dictionary.
(Inherited from KeyedCollection<Type, InternalTypeMapping>.)
Public methodClear (Inherited from Collection<InternalTypeMapping>.)
Protected methodClearItems (Inherited from KeyedCollection<Type, InternalTypeMapping>.)
Public methodContains(TKey)
Determines whether the collection contains an element with the specified key.
(Inherited from KeyedCollection<Type, InternalTypeMapping>.)
Public methodContains(T) (Inherited from Collection<InternalTypeMapping>.)
Public methodCopyTo (Inherited from Collection<InternalTypeMapping>.)
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 methodGet
Gets the value associated with the key or null if the key isn't found
Public methodGetEnumerator (Inherited from Collection<InternalTypeMapping>.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetKeyForItem (Overrides KeyedCollection<TKey, TItem>.GetKeyForItem(TItem).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from Collection<InternalTypeMapping>.)
Public methodInsert (Inherited from Collection<InternalTypeMapping>.)
Protected methodInsertItem (Inherited from KeyedCollection<Type, InternalTypeMapping>.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove(TKey) (Inherited from KeyedCollection<Type, InternalTypeMapping>.)
Public methodRemove(T) (Inherited from Collection<InternalTypeMapping>.)
Public methodRemoveAt (Inherited from Collection<InternalTypeMapping>.)
Protected methodRemoveItem (Inherited from KeyedCollection<Type, InternalTypeMapping>.)
Protected methodSetItem
Replaces the item at the specified index with the specified item.
(Inherited from KeyedCollection<Type, InternalTypeMapping>.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIList.Add
Adds an item to the IList.
(Inherited from Collection<InternalTypeMapping>.)
Explicit interface implementationPrivate methodIList.Contains
Determines whether the IList contains a specific value.
(Inherited from Collection<InternalTypeMapping>.)
Explicit interface implementationPrivate methodICollection.CopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from Collection<InternalTypeMapping>.)
Explicit interface implementationPrivate methodIEnumerable.GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from Collection<InternalTypeMapping>.)
Explicit interface implementationPrivate methodIList.IndexOf
Determines the index of a specific item in the IList.
(Inherited from Collection<InternalTypeMapping>.)
Explicit interface implementationPrivate methodIList.Insert
Inserts an item into the IList at the specified index.
(Inherited from Collection<InternalTypeMapping>.)
Explicit interface implementationPrivate propertyIList.IsFixedSize
Gets a value indicating whether the IList has a fixed size.
(Inherited from Collection<InternalTypeMapping>.)
Explicit interface implementationPrivate propertyICollection<T>.IsReadOnly (Inherited from Collection<InternalTypeMapping>.)
Explicit interface implementationPrivate propertyIList.IsReadOnly
Gets a value indicating whether the IList is read-only.
(Inherited from Collection<InternalTypeMapping>.)
Explicit interface implementationPrivate propertyICollection.IsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from Collection<InternalTypeMapping>.)
Explicit interface implementationPrivate propertyIList.Item
Gets or sets the element at the specified index.
(Inherited from Collection<InternalTypeMapping>.)
Explicit interface implementationPrivate methodIList.Remove
Removes the first occurrence of a specific object from the IList.
(Inherited from Collection<InternalTypeMapping>.)
Explicit interface implementationPrivate propertyICollection.SyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from Collection<InternalTypeMapping>.)
Top
See Also