C# 클래스 EnergyTrading.Mdm.SourceSystem

A system that has entities that we want to map for master data.
상속: ISourceSystem
파일 보기 프로젝트 열기: RWE-Nexus/EnergyTrading-MDM 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CopyDetails void
OnCreate void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CopyDetails ( SourceSystem details ) : void

Perform the field by field copy operation

OnCreate ( ) : void

Allow for construction actions in the partial class.

메소드 상세

AddDetails() 공개 메소드

Add a details to the SourceSystem checking its validity
public AddDetails ( SourceSystem details ) : void
details SourceSystem
리턴 void

IEntity() 공개 메소드

public IEntity ( IEntityDetail details ) : void
details IEntityDetail
리턴 void

IEntity() 공개 메소드

public IEntity ( IEntityMapping mapping ) : void
mapping IEntityMapping
리턴 void

ProcessMapping() 공개 메소드

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

SourceSystem() 공개 메소드

public SourceSystem ( ) : System
리턴 System