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