C# Class EnergyTrading.Mdm.SourceSystem

A system that has entities that we want to map for master data.
Inheritance: ISourceSystem
Afficher le fichier Open project: RWE-Nexus/EnergyTrading-MDM Class Usage Examples

Private Properties

Свойство Type Description
CopyDetails void
OnCreate void

Méthodes publiques

Méthode Description
AddDetails ( SourceSystem details ) : void

Add a details to the SourceSystem checking its validity

IEntity ( IEntityDetail details ) : void
IEntity ( IEntityMapping mapping ) : void
ProcessMapping ( SourceSystemMapping mapping ) : void

Add or update a mapping, checking that it exists and that the details are compatible.

SourceSystem ( ) : System

Private Methods

Méthode Description
CopyDetails ( SourceSystem details ) : void

Perform the field by field copy operation

OnCreate ( ) : void

Allow for construction actions in the partial class.

Method Details

AddDetails() public méthode

Add a details to the SourceSystem checking its validity
public AddDetails ( SourceSystem details ) : void
details SourceSystem
Résultat void

IEntity() public méthode

public IEntity ( IEntityDetail details ) : void
details IEntityDetail
Résultat void

IEntity() public méthode

public IEntity ( IEntityMapping mapping ) : void
mapping IEntityMapping
Résultat void

ProcessMapping() public méthode

Add or update a mapping, checking that it exists and that the details are compatible.
public ProcessMapping ( SourceSystemMapping mapping ) : void
mapping SourceSystemMapping
Résultat void

SourceSystem() public méthode

public SourceSystem ( ) : System
Résultat System