Class SynchronizationDirectionExtensions
Denotes extension methods for synchronization directions
Inherited Members
Namespace: NMF.Synchronizations
Assembly: NMF.Synchronizations.dll
Syntax
public static class SynchronizationDirectionExtensions
Methods
| Edit this page View SourceIsLeftToRight(SynchronizationDirection)
Determines whether the basic direction is LHS to RHS
Declaration
public static bool IsLeftToRight(this SynchronizationDirection direction)
Parameters
Type | Name | Description |
---|---|---|
SynchronizationDirection | direction | The direction |
Returns
Type | Description |
---|---|
bool | True, if the direction is mostly LHS to RHS, otherwise false |
IsRightToLeft(SynchronizationDirection)
Determines whether the basic direction is RHS to LHS
Declaration
public static bool IsRightToLeft(this SynchronizationDirection direction)
Parameters
Type | Name | Description |
---|---|---|
SynchronizationDirection | direction | The direction |
Returns
Type | Description |
---|---|
bool | True, if the direction is mostly RHS to LHS, otherwise false |