Show / Hide Table of Contents

Class SynchronizationDirectionExtensions

Denotes extension methods for synchronization directions

Inheritance
object
SynchronizationDirectionExtensions
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 SynchronizationDirectionExtensions

Methods

| Edit this page View Source

IsLeftToRight(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

| Edit this page View Source

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

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