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
TThe type of the root and identifier.
UThe 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
idTThe identifier to lookup.
Returns
- U
The corresponding location.