Click or drag to resize
ITimeSheetGetColumnAsTimePoints Method (Int64, EquityType)

Namespace:  C2ExplorerServiceStack.Logic.Interfaces
Assembly:  C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
IEnumerable<ITimeSeriesPoint> GetColumnAsTimePoints(
	long systemId,
	EquityType equityType
)

Parameters

systemId
Type: SystemInt64

[Missing <param name="systemId"/> documentation for "M:C2ExplorerServiceStack.Logic.Interfaces.ITimeSheet.GetColumnAsTimePoints(System.Int64,C2ExplorerServiceStack.Logic.Interfaces.EquityType)"]

equityType
Type: C2ExplorerServiceStack.Logic.InterfacesEquityType

[Missing <param name="equityType"/> documentation for "M:C2ExplorerServiceStack.Logic.Interfaces.ITimeSheet.GetColumnAsTimePoints(System.Int64,C2ExplorerServiceStack.Logic.Interfaces.EquityType)"]

Return Value

Type: IEnumerableITimeSeriesPoint

[Missing <returns> documentation for "M:C2ExplorerServiceStack.Logic.Interfaces.ITimeSheet.GetColumnAsTimePoints(System.Int64,C2ExplorerServiceStack.Logic.Interfaces.EquityType)"]

See Also