Method | Description | |
---|---|---|
Delete ( int id ) : bool | ||
Delete ( string code ) : bool | ||
Get ( int id ) : |
||
Get ( string code ) : |
||
GetAllDeleted ( ) : List |
||
GetExists ( int id ) : |
||
GetFileSize ( int id ) : double | ||
GetFileSize ( string code ) : double | ||
GetList ( TimelapsePrivacy privacy, TimelapseStatus status ) : List |
||
GetListByCameraId ( string id, TimelapsePrivacy privacy, TimelapseStatus status ) : List |
||
GetListByEvercamId ( string evercamId, TimelapsePrivacy privacy, TimelapseStatus status ) : List |
||
GetListByRecording ( bool isRecording, TimelapsePrivacy privacy, TimelapseStatus status ) : List |
||
GetListByServerIP ( string serverIp, TimelapsePrivacy privacy, TimelapseStatus status ) : List |
||
GetListByUserId ( int id, TimelapsePrivacy privacy, TimelapseStatus status ) : List |
||
GetListForDeletion ( string deleted, string status ) : List |
||
GetSnapsCount ( int id ) : int | ||
GetSnapsCount ( string code ) : int | ||
Insert ( |
||
ResetSnapsCount ( string code, long snaps ) : void | ||
Update ( |
||
UpdateFileInfo ( string code, |
||
UpdateFileSize ( string code, long size ) : long | ||
UpdateLastSnapshot ( string code, System.DateTime lastSnapDate ) : bool | ||
UpdateReCreateHlsParams ( string code, bool reCreateHls, bool startRecreateHls ) : bool | ||
UpdateSnapsCount ( string code, long snaps ) : long | ||
UpdateStatus ( string code, TimelapseStatus status, string tag, string timezone ) : bool | ||
UpdateUserToken ( string user, string access_token ) : void | ||
UpdateWatermark ( string code, string watermark, WatermarkPosition position, string timezone ) : bool |
Method | Description | |
---|---|---|
GetListFromDataReader ( System.Data.SqlClient.SqlDataReader dr ) : List |
public static Get ( int id ) : |
||
id | int | |
return |
public static Get ( string code ) : |
||
code | string | |
return |
public static GetExists ( int id ) : |
||
id | int | |
return |
public static GetFileSize ( int id ) : double | ||
id | int | |
return | double |
public static GetFileSize ( string code ) : double | ||
code | string | |
return | double |
public static GetList ( TimelapsePrivacy privacy, TimelapseStatus status ) : List |
||
privacy | TimelapsePrivacy | |
status | TimelapseStatus | |
return | List |
public static GetListByCameraId ( string id, TimelapsePrivacy privacy, TimelapseStatus status ) : List |
||
id | string | |
privacy | TimelapsePrivacy | |
status | TimelapseStatus | |
return | List |
public static GetListByEvercamId ( string evercamId, TimelapsePrivacy privacy, TimelapseStatus status ) : List |
||
evercamId | string | |
privacy | TimelapsePrivacy | |
status | TimelapseStatus | |
return | List |
public static GetListByRecording ( bool isRecording, TimelapsePrivacy privacy, TimelapseStatus status ) : List |
||
isRecording | bool | |
privacy | TimelapsePrivacy | |
status | TimelapseStatus | |
return | List |
public static GetListByServerIP ( string serverIp, TimelapsePrivacy privacy, TimelapseStatus status ) : List |
||
serverIp | string | |
privacy | TimelapsePrivacy | |
status | TimelapseStatus | |
return | List |
public static GetListByUserId ( int id, TimelapsePrivacy privacy, TimelapseStatus status ) : List |
||
id | int | |
privacy | TimelapsePrivacy | |
status | TimelapseStatus | |
return | List |
public static GetListForDeletion ( string deleted, string status ) : List |
||
deleted | string | |
status | string | |
return | List |
public static GetSnapsCount ( string code ) : int | ||
code | string | |
return | int |
public static Insert ( |
||
timelapse | ||
return | int |
public static ResetSnapsCount ( string code, long snaps ) : void | ||
code | string | |
snaps | long | |
return | void |
public static Update ( |
||
timelapse | ||
return | bool |
public static UpdateFileInfo ( string code, |
||
code | string | |
info | ||
return | bool |
public static UpdateFileSize ( string code, long size ) : long | ||
code | string | |
size | long | |
return | long |
public static UpdateLastSnapshot ( string code, System.DateTime lastSnapDate ) : bool | ||
code | string | |
lastSnapDate | System.DateTime | |
return | bool |
public static UpdateReCreateHlsParams ( string code, bool reCreateHls, bool startRecreateHls ) : bool | ||
code | string | |
reCreateHls | bool | |
startRecreateHls | bool | |
return | bool |
public static UpdateSnapsCount ( string code, long snaps ) : long | ||
code | string | |
snaps | long | |
return | long |
public static UpdateStatus ( string code, TimelapseStatus status, string tag, string timezone ) : bool | ||
code | string | |
status | TimelapseStatus | |
tag | string | |
timezone | string | |
return | bool |
public static UpdateUserToken ( string user, string access_token ) : void | ||
user | string | |
access_token | string | |
return | void |
public static UpdateWatermark ( string code, string watermark, WatermarkPosition position, string timezone ) : bool | ||
code | string | |
watermark | string | |
position | WatermarkPosition | |
timezone | string | |
return | bool |