Show / Hide Table of Contents

Class SynchronizationExtensions

Denotes common useful extensions in the context of synchronizations

Inheritance
object
SynchronizationExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NMF.Synchronizations
Assembly: NMF.Synchronizations.dll
Syntax
public static class SynchronizationExtensions

Methods

| Edit this page View Source

SyncRule<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

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX