Property | Type | Description | |
---|---|---|---|
CreatedDateTicks | long | ||
CreatedDateTicksUTC | long | ||
Duration | int | ||
Filename | string | ||
IsMerged | bool | ||
IsTimeLapse | bool | ||
MaxAlarm | double | ||
Name | string | ||
ObjectId | int | ||
ObjectTypeId | int |
Method | Description | |
---|---|---|
FilePreview ( string filename, int duration, string name, long createdDateTicks, int objectTypeId, int objectId, double maxAlarm, bool isTimelapse, bool isMerged ) : System |
public FilePreview ( string filename, int duration, string name, long createdDateTicks, int objectTypeId, int objectId, double maxAlarm, bool isTimelapse, bool isMerged ) : System | ||
filename | string | |
duration | int | |
name | string | |
createdDateTicks | long | |
objectTypeId | int | |
objectId | int | |
maxAlarm | double | |
isTimelapse | bool | |
isMerged | bool | |
return | System |