Method | Description | |
---|---|---|
GetMergedList ( int checkpointId ) : List |
||
Merge ( int checkpointId, int checkpointOrderId, int runtimeId ) : |
||
Merge ( int checkpointId, string timestampdata, string startnumberdata ) : Stack |
||
Merge ( int checkpointId ) : void | ||
Merge ( int checkpointId, int>.Dictionary |
||
MergeTimestamp ( int checkpointid, int runtimeid ) : void | ||
TimeMergerModel ( ) : System.Collections.Generic |
public static GetMergedList ( int checkpointId ) : List |
||
checkpointId | int | |
return | List |
public static Merge ( int checkpointId, int checkpointOrderId, int runtimeId ) : |
||
checkpointId | int | |
checkpointOrderId | int | |
runtimeId | int | |
return |
public static Merge ( int checkpointId, string timestampdata, string startnumberdata ) : Stack |
||
checkpointId | int | |
timestampdata | string | |
startnumberdata | string | |
return | Stack |
public static Merge ( int checkpointId ) : void | ||
checkpointId | int | |
return | void |
public static Merge ( int checkpointId, int>.Dictionary |
||
checkpointId | int | |
dicTimestamps | int>.Dictionary | |
startnumbers | List |
|
return | void |
public static MergeTimestamp ( int checkpointid, int runtimeid ) : void | ||
checkpointid | int | |
runtimeid | int | |
return | void |
public TimeMergerModel ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |