C# Class EnergyTrading.Mdm.EntityMapping

Generic mapping for a SourceSystem to an MDM entity.
Inheritance: IEntityMapping
Datei anzeigen Open project: RWE-Nexus/EnergyTrading-MDM

Private Properties

Property Type Description

Public Methods

Method Description
ChangeEndDate ( System.DateTime value ) : void

Change the end date of a mapping.

Enforces the constraint that the mapping cannot continue after the end of the person.

ChangeStartDate ( System.DateTime value ) : void

Protected Methods

Method Description
EntityMapping ( ) : System

Creates a new instance of the EntityMapping calss.

Method Details

ChangeEndDate() public method

Change the end date of a mapping.

Enforces the constraint that the mapping cannot continue after the end of the person.

If the person has expired
public ChangeEndDate ( System.DateTime value ) : void
value System.DateTime DateTime to change to
return void

ChangeStartDate() public method

public ChangeStartDate ( System.DateTime value ) : void
value System.DateTime
return void

EntityMapping() protected method

Creates a new instance of the EntityMapping calss.
protected EntityMapping ( ) : System
return System