Class SynchronizationDirectionExtensions
- Namespace
- NMF.Synchronizations
- Assembly
- NMF.Synchronizations.dll
Denotes extension methods for synchronization directions
public static class SynchronizationDirectionExtensions
- Inheritance
-
SynchronizationDirectionExtensions
- Inherited Members
Methods
IsLeftToRight(SynchronizationDirection)
Determines whether the basic direction is LHS to RHS
public static bool IsLeftToRight(this SynchronizationDirection direction)
Parameters
direction
SynchronizationDirectionThe direction
Returns
- bool
True, if the direction is mostly LHS to RHS, otherwise false
IsRightToLeft(SynchronizationDirection)
Determines whether the basic direction is RHS to LHS
public static bool IsRightToLeft(this SynchronizationDirection direction)
Parameters
direction
SynchronizationDirectionThe direction
Returns
- bool
True, if the direction is mostly RHS to LHS, otherwise false