Interface ILayoutConverter<TLayoutFrom, TLayoutTo>
Represents type that can convert one representation of a layout to another.
Assembly: Edgar.dll
Syntax
public interface ILayoutConverter<in TLayoutFrom, out TLayoutTo>
Type Parameters
Name |
Description |
TLayoutFrom |
|
TLayoutTo |
|
Methods
Convert(TLayoutFrom, Boolean)
Converts layout from TLayoutFrom to TLayoutTo.
Declaration
TLayoutTo Convert(TLayoutFrom layout, bool addDoors)
Parameters
Type |
Name |
Description |
TLayoutFrom |
layout |
|
System.Boolean |
addDoors |
|
Returns
Type |
Description |
TLayoutTo |
|