'Declaration
Public Overloads Sub DefineMapping( _ ByVal mappingSource As AbstractMappingSource, _ ByVal mapping As AbstractMapping, _ ByVal linkingTarget As AbstractLinkingTarget, _ ByVal mappingTags As IEnumerable(Of String) _ )
'Usage
Dim instance As AbstractMapper Dim mappingSource As AbstractMappingSource Dim mapping As AbstractMapping Dim linkingTarget As AbstractLinkingTarget Dim mappingTags As IEnumerable(Of String) instance.DefineMapping(mappingSource, mapping, linkingTarget, mappingTags)
public void DefineMapping( AbstractMappingSource mappingSource, AbstractMapping mapping, AbstractLinkingTarget linkingTarget, IEnumerable<string> mappingTags )
public: void DefineMapping( AbstractMappingSource^ mappingSource, AbstractMapping^ mapping, AbstractLinkingTarget^ linkingTarget, IEnumerable<String^>^ mappingTags )
Parameters
- mappingSource
- The mapping source to be used with the mapping.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - mapping
- The mapping being defined.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - linkingTarget
- The linking target to be set for the mapping.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - mappingTags
- The mapping tags to be attached to this mapping.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).