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

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

See Also