The IndexMapping type exposes the following members.

Constructors

  NameDescription
IndexMappingOverloaded.

Methods

  NameDescription
Clone
Creates a shallow copy.
(Overrides Mapping..::.Clone()()().)
CompareTo
Sorts the Mappings.
(Inherited from Mapping.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns the index name from the first database, or if null, from the second database.
(Overrides Object..::.ToString()()().)

Fields

  NameDescription
m_obj1
The object in the first database or null.
(Inherited from Mapping.)
m_obj2
The object in the second database or null.
(Inherited from Mapping.)

Properties

  NameDescription
Include
Specifies whether the mapping is to be included.
(Inherited from Mapping.)
Obj1
Returns the index from the first database.
Obj2
Returns the index from the second database.

See Also