C# Class iSpyApplication.FilePreview

Show file Open project: ispysoftware/iSpy Class Usage Examples

Public Properties

Property Type Description
CreatedDateTicks long
CreatedDateTicksUTC long
Duration int
Filename string
IsMerged bool
IsTimeLapse bool
MaxAlarm double
Name string
ObjectId int
ObjectTypeId int

Public Methods

Method Description
FilePreview ( string filename, int duration, string name, long createdDateTicks, int objectTypeId, int objectId, double maxAlarm, bool isTimelapse, bool isMerged ) : System

Method Details

FilePreview() public method

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

Property Details

CreatedDateTicks public property

public long CreatedDateTicks
return long

CreatedDateTicksUTC public property

public long CreatedDateTicksUTC
return long

Duration public property

public int Duration
return int

Filename public property

public string Filename
return string

IsMerged public property

public bool IsMerged
return bool

IsTimeLapse public property

public bool IsTimeLapse
return bool

MaxAlarm public property

public double MaxAlarm
return double

Name public property

public string Name
return string

ObjectId public property

public int ObjectId
return int

ObjectTypeId public property

public int ObjectTypeId
return int