Collective2 Explorer
Collective2 Explorer
C2ExplorerServiceStack.Logic Namespaces
C2ExplorerServiceStack.Logic.Interfaces
ITimeSheet Interface
ITimeSheet Methods
GetColumn Method
GetColumn Method (Int64, EquityType)
GetColumn Method (String, EquityType)
ITimeSheet
GetColumn 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#
Copy
Series
<
DateTime
,
decimal
>
GetColumn
(
long
systemId
,
EquityType
equityType
)
Parameters
systemId
Type:
System
Int64
The system identifier.
equityType
Type:
C2ExplorerServiceStack.Logic.Interfaces
EquityType
Type of the column data.
Return Value
Type:
Series
DateTime
,
Decimal
See Also
Reference
ITimeSheet Interface
GetColumn Overload
C2ExplorerServiceStack.Logic.Interfaces Namespace