Свойство | Тип | Описание | |
---|---|---|---|
SQLMaxDate | System.DateTime | ||
SQLMinDate | System.DateTime | ||
SiteServer | string | ||
WatermarkMargin | int | ||
WatermarkPrefix | string |
Метод | Описание | |
---|---|---|
AppLog ( string message ) : void | ||
AppLog ( string message, |
||
ConvertFromUtc ( System.DateTime dt, string timezone ) : System.DateTime | ||
ConvertHourToUtc ( int hour, string timezone ) : int | ||
ConvertToUtc ( System.DateTime dt, string timezone, bool useTryCatch = false ) : System.DateTime | ||
CopyTimelapsesToAzure ( ) : void | ||
DoDownload ( string url, string username, string password, bool useCredentials ) : |
||
DoDownload ( string url, string path ) : string | ||
FileLog ( string msg ) : void | ||
GeneratePassCode ( int length ) : string | ||
GenerateRandomString ( int length ) : string | ||
GetBaseUtcOffsetMilliseconds ( string timezone ) : double | ||
GetCameraDayEndTimeInUtc ( System.DateTime time, string timeZone ) : string | ||
GetNiceTime ( System.DateTime dt ) : string | ||
GetSpace ( long size ) : string | ||
GetTimeZoneInfo ( string tz ) : |
||
GetTimeZoneOffSetHours ( string timezone ) : double | ||
GetTimeZoneOffSetMilliseconds ( string timezone ) : double | ||
IsTimeBetween ( System.DateTime time, System.DateTime fromTime, System.DateTime toTime ) : bool | ||
KillProcess ( int pid, int tid ) : bool | ||
KillProcess ( string processName ) : void | ||
ProcessRunning ( string processName ) : int | ||
RemoveSymbols ( string str ) : string | ||
StartTimelapse ( |
Checks if given timelapse needs to be started
|
|
StopTimelapse ( |
Checks if given timelapse needs to be stopped
|
|
TimelapseLog ( |
||
TimelapseLog ( |
||
TimelapseLog ( |
||
TimelapseLog ( int timelapseId, string message ) : void | ||
TimelapseRunning ( int timelapseId ) : int | ||
UpdateTimelapsesOnAzure ( ) : void | ||
WatermarkImage ( int timelapseId, byte imagedata, string output, string logofile, int logoposition ) : byte[] | ||
WatermarkImage ( string input, string output, string logofile, int logoposition ) : byte[] |
Метод | Описание | |
---|---|---|
InsertLogo ( |
||
InsertLogo ( int timelapseId, |
public static AppLog ( string message ) : void | ||
message | string | |
Результат | void |
public static AppLog ( string message, |
||
message | string | |
x | ||
Результат | void |
public static ConvertFromUtc ( System.DateTime dt, string timezone ) : System.DateTime | ||
dt | System.DateTime | |
timezone | string | |
Результат | System.DateTime |
public static ConvertHourToUtc ( int hour, string timezone ) : int | ||
hour | int | |
timezone | string | |
Результат | int |
public static ConvertToUtc ( System.DateTime dt, string timezone, bool useTryCatch = false ) : System.DateTime | ||
dt | System.DateTime | |
timezone | string | |
useTryCatch | bool | |
Результат | System.DateTime |
public static CopyTimelapsesToAzure ( ) : void | ||
Результат | void |
public static DoDownload ( string url, string username, string password, bool useCredentials ) : |
||
url | string | |
username | string | |
password | string | |
useCredentials | bool | |
Результат |
public static DoDownload ( string url, string path ) : string | ||
url | string | |
path | string | |
Результат | string |
public static FileLog ( string msg ) : void | ||
msg | string | |
Результат | void |
public static GeneratePassCode ( int length ) : string | ||
length | int | |
Результат | string |
public static GenerateRandomString ( int length ) : string | ||
length | int | |
Результат | string |
public static GetBaseUtcOffsetMilliseconds ( string timezone ) : double | ||
timezone | string | |
Результат | double |
public static GetCameraDayEndTimeInUtc ( System.DateTime time, string timeZone ) : string | ||
time | System.DateTime | |
timeZone | string | |
Результат | string |
public static GetNiceTime ( System.DateTime dt ) : string | ||
dt | System.DateTime | |
Результат | string |
public static GetSpace ( long size ) : string | ||
size | long | |
Результат | string |
public static GetTimeZoneInfo ( string tz ) : |
||
tz | string | |
Результат |
public static GetTimeZoneOffSetHours ( string timezone ) : double | ||
timezone | string | |
Результат | double |
public static GetTimeZoneOffSetMilliseconds ( string timezone ) : double | ||
timezone | string | |
Результат | double |
public static IsTimeBetween ( System.DateTime time, System.DateTime fromTime, System.DateTime toTime ) : bool | ||
time | System.DateTime | |
fromTime | System.DateTime | |
toTime | System.DateTime | |
Результат | bool |
public static KillProcess ( int pid, int tid ) : bool | ||
pid | int | |
tid | int | |
Результат | bool |
public static KillProcess ( string processName ) : void | ||
processName | string | |
Результат | void |
public static ProcessRunning ( string processName ) : int | ||
processName | string | |
Результат | int |
public static RemoveSymbols ( string str ) : string | ||
str | string | |
Результат | string |
public static StartTimelapse ( |
||
timelapse | ||
Результат | bool |
public static StopTimelapse ( |
||
timelapse | ||
Результат | bool |
public static TimelapseLog ( |
||
timelapse | ||
x | ||
Результат | void |
public static TimelapseLog ( |
||
timelapse | ||
message | string | |
Результат | void |
public static TimelapseLog ( |
||
timelapse | ||
message | string | |
x | ||
Результат | void |
public static TimelapseLog ( int timelapseId, string message ) : void | ||
timelapseId | int | |
message | string | |
Результат | void |
public static TimelapseRunning ( int timelapseId ) : int | ||
timelapseId | int | |
Результат | int |
public static UpdateTimelapsesOnAzure ( ) : void | ||
Результат | void |
public static WatermarkImage ( int timelapseId, byte imagedata, string output, string logofile, int logoposition ) : byte[] | ||
timelapseId | int | |
imagedata | byte | |
output | string | |
logofile | string | |
logoposition | int | |
Результат | byte[] |
public static WatermarkImage ( string input, string output, string logofile, int logoposition ) : byte[] | ||
input | string | |
output | string | |
logofile | string | |
logoposition | int | |
Результат | byte[] |
public static DateTime,System SQLMaxDate | ||
Результат | System.DateTime |
public static DateTime,System SQLMinDate | ||
Результат | System.DateTime |