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
SystemObject
  System.Collections.ObjectModelCollectionInternalTypeMapping
    System.Collections.ObjectModelKeyedCollectionType, InternalTypeMapping
      SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.FrameworksInternalTypeMappingSet

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Frameworks
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
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 KeyedCollectionType, InternalTypeMapping.)
Public propertyCount (Inherited from CollectionInternalTypeMapping.)
Protected propertyDictionary (Inherited from KeyedCollectionType, InternalTypeMapping.)
Public propertyItemTKey
Gets the element with the specified key.
(Inherited from KeyedCollectionType, InternalTypeMapping.)
Public propertyItemInt32
Gets or sets the element at the specified index.
(Inherited from CollectionInternalTypeMapping.)
Protected propertyItems (Inherited from CollectionInternalTypeMapping.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from CollectionInternalTypeMapping.)
Protected methodChangeItemKey
Changes the key associated with the specified element in the lookup dictionary.
(Inherited from KeyedCollectionType, InternalTypeMapping.)
Public methodClear (Inherited from CollectionInternalTypeMapping.)
Protected methodClearItems (Inherited from KeyedCollectionType, InternalTypeMapping.)
Public methodContains(TKey)
Determines whether the collection contains an element with the specified key.
(Inherited from KeyedCollectionType, InternalTypeMapping.)
Public methodContains(T) (Inherited from CollectionInternalTypeMapping.)
Public methodCopyTo (Inherited from CollectionInternalTypeMapping.)
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 CollectionInternalTypeMapping.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetKeyForItem (Overrides KeyedCollectionTKey, TItemGetKeyForItem(TItem).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from CollectionInternalTypeMapping.)
Public methodInsert (Inherited from CollectionInternalTypeMapping.)
Protected methodInsertItem (Inherited from KeyedCollectionType, InternalTypeMapping.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove(TKey) (Inherited from KeyedCollectionType, InternalTypeMapping.)
Public methodRemove(T) (Inherited from CollectionInternalTypeMapping.)
Public methodRemoveAt (Inherited from CollectionInternalTypeMapping.)
Protected methodRemoveItem (Inherited from KeyedCollectionType, InternalTypeMapping.)
Protected methodSetItem
Replaces the item at the specified index with the specified item.
(Inherited from KeyedCollectionType, InternalTypeMapping.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIListAdd
Adds an item to the IList.
(Inherited from CollectionInternalTypeMapping.)
Explicit interface implementationPrivate methodIListContains
Determines whether the IList contains a specific value.
(Inherited from CollectionInternalTypeMapping.)
Explicit interface implementationPrivate methodICollectionCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from CollectionInternalTypeMapping.)
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from CollectionInternalTypeMapping.)
Explicit interface implementationPrivate methodIListIndexOf
Determines the index of a specific item in the IList.
(Inherited from CollectionInternalTypeMapping.)
Explicit interface implementationPrivate methodIListInsert
Inserts an item into the IList at the specified index.
(Inherited from CollectionInternalTypeMapping.)
Explicit interface implementationPrivate propertyIListIsFixedSize
Gets a value indicating whether the IList has a fixed size.
(Inherited from CollectionInternalTypeMapping.)
Explicit interface implementationPrivate propertyICollectionTIsReadOnly (Inherited from CollectionInternalTypeMapping.)
Explicit interface implementationPrivate propertyIListIsReadOnly
Gets a value indicating whether the IList is read-only.
(Inherited from CollectionInternalTypeMapping.)
Explicit interface implementationPrivate propertyICollectionIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from CollectionInternalTypeMapping.)
Explicit interface implementationPrivate propertyIListItem
Gets or sets the element at the specified index.
(Inherited from CollectionInternalTypeMapping.)
Explicit interface implementationPrivate methodIListRemove
Removes the first occurrence of a specific object from the IList.
(Inherited from CollectionInternalTypeMapping.)
Explicit interface implementationPrivate propertyICollectionSyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from CollectionInternalTypeMapping.)
Top
See Also