Class SynchronizationExtensions
Denotes common useful extensions in the context of synchronizations
Inherited Members
Namespace: NMF.Synchronizations
Assembly: NMF.Synchronizations.dll
Syntax
public static class SynchronizationExtensions
Methods
| Edit this page View SourceSyncRule<TRule>(GeneralTransformationRule)
Gets the synchronization rule of the given type
Declaration
public static TRule SyncRule<TRule>(this GeneralTransformationRule rule) where TRule : class
Parameters
Type | Name | Description |
---|---|---|
GeneralTransformationRule | rule | The transformation rule for which the synchronization rule is added |
Returns
Type | Description |
---|---|
TRule | The synchronization rule or null, if it cannot be found |
Type Parameters
Name | Description |
---|---|
TRule | The type of synchronization rule |