Click or drag to resize

MappingTypeExtensions Class

Extension methods for an Mapping element and its defining class MappingType.
Inheritance Hierarchy
SystemObject
  Aml.Engine.CAEX.ExtensionsMappingTypeExtensions

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static class MappingTypeExtensions

The MappingTypeExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodInsert_AttributeNameMappingObsolete.
Appends the AttributeNameMapping object to the defined Mapping object
Public Extension MethodInsert_InterfaceNameMappingObsolete.
Appends the InterfaceNameMapping object to the defined Mapping object
Public Extension MethodNew_AttributeNameMapping Adding a new AttributeNameMapping to the defined Mapping object. An AttributeNameMapping allows the definition of the mapping between attribute names of corresponding RoleClasses and SystemUnitClasses.
Public Extension MethodNew_InterfaceIDMapping(MappingType, ExternalInterfaceType, ExternalInterfaceType) Adding a new InterfaceIDMapping to the defined Mapping object. An InterfaceIDMapping allows the definition of the mapping between Interfaces of corresponding RoleClasses and SystemUnitClasses.
Public Extension MethodNew_InterfaceIDMapping(MappingType, String, String) Adding a new InterfaceIDMapping to the defined Mapping object. An InterfaceIDMapping allows the definition of the mapping between Interfaces of corresponding RoleClasses and SystemUnitClasses.
Public Extension MethodNew_InterfaceNameMapping Adding a new InterfaceNameMapping to the defined Mapping object. An InterfaceNameMapping allows the definition of the mapping between Interface names of corresponding RoleClasses and SystemUnitClasses.
Top
See Also