Table of Contents

Class HomogeneousSynchronization<T>

Namespace
NMF.Synchronizations.Models
Assembly
NMF.Synchronizations.Models.dll

Denotes the base class for a homgeneous model synchronization

public class HomogeneousSynchronization<T> : ReflectiveSynchronization

Type Parameters

T
Inheritance
HomogeneousSynchronization<T>
Inherited Members

Methods

CreateDefaultSynchronizationRules()

Creates the default synchronization rules that are no public nested classes (can be overridden by reflected rules)

protected override IEnumerable<SynchronizationRuleBase> CreateDefaultSynchronizationRules()

Returns

IEnumerable<SynchronizationRuleBase>

A collection of transformation rules

Remarks

This method is called during Initialization. The output IEnumerable-collection is saved into a list.