Class DocumentBuilder
A class for automatically building a WPF FixedDocument containing a grid of strategy views.
public static class DocumentBuilder
- Inheritance
-
DocumentBuilder
- Inherited Members
Methods
GetDocument(IEnumerable<object>, Type)
Builds a fixed document using the specified tradestats and snapshot view, and default view model.
public static FixedDocument GetDocument(IEnumerable<object> tradeStats, Type snapshot)
Parameters
tradeStats
IEnumerable<object>snapshot
Type
Returns
GetDocument(IEnumerable<object>, Type, Type)
Builds a fixed documents using the specifed tradestats, snapshot view and custom view model.
public static FixedDocument GetDocument(IEnumerable<object> tradeStats, Type snapshot, Type viewModel)
Parameters
tradeStats
IEnumerable<object>snapshot
TypeviewModel
Type