C# 클래스 DataMigration.PlanDrivenExistence

Plan driven existence. This existence object will take whatever is hardcoded in the Plan (either the MigrationPlan or the DataSourcePlan) and add those values to the HashSet. It can be left empty for use as a de-duping first-writer-wins strategy on feed data objects.
상속: AbstractBaseExistence
파일 보기 프로젝트 열기: scoutmedia/DataMigration

공개 메소드들

메소드 설명
Init ( ) : void

This is essentially a two-phase ctor. The sequence of construction is, instantiate the object, then set its properties, then call Init() so it can migrate the property values to their implementation-specific roles. In this concrete child implementation, it is using the hardcode values in the Plan to populate the HashSet.

메소드 상세

Init() 공개 메소드

This is essentially a two-phase ctor. The sequence of construction is, instantiate the object, then set its properties, then call Init() so it can migrate the property values to their implementation-specific roles. In this concrete child implementation, it is using the hardcode values in the Plan to populate the HashSet.
public Init ( ) : void
리턴 void