Table of Contents

Interface IAnotherLocation<T, U>

Namespace
SunamoInterfaces.Interfaces
Assembly
SunamoInterfaces.dll

Interface for managing another location with root and location retrieval.

public interface IAnotherLocation<T, U>

Type Parameters

T

The type of the root and identifier.

U

The type of the returned location.

Extension Methods

Properties

Root

Gets or sets the root element.

T Root { get; set; }

Property Value

T

Methods

ReturnRightLocation(T)

Returns the right location for the given identifier.

U ReturnRightLocation(T id)

Parameters

id T

The identifier to lookup.

Returns

U

The corresponding location.