Click or drag to resize
ITimeSheetGetColumn Method (Int64, EquityType)
Returns a column from the TimeSheet.

Namespace: C2ExplorerServiceStack.Logic.Interfaces
Assembly: C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
Series<DateTime, decimal> GetColumn(
	long systemId,
	EquityType equityType
)

Parameters

systemId
Type: SystemInt64
The system identifier.
equityType
Type: C2ExplorerServiceStack.Logic.InterfacesEquityType
Type of the column data.

Return Value

Type: SeriesDateTime, Decimal
See Also