C# Class EnergyTrading.Mdm.EntityMapping

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
EntityMapping ( ) : System

Creates a new instance of the EntityMapping calss.

Method Details

ChangeEndDate() public méthode

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
Résultat void

ChangeStartDate() public méthode

public ChangeStartDate ( System.DateTime value ) : void
value System.DateTime
Résultat void

EntityMapping() protected méthode

Creates a new instance of the EntityMapping calss.
protected EntityMapping ( ) : System
Résultat System