C# Class iSpyApplication.FilePreview

Exibir arquivo 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_oe property

public long CreatedDateTicks
return long

CreatedDateTicksUTC public_oe property

public long CreatedDateTicksUTC
return long

Duration public_oe property

public int Duration
return int

Filename public_oe property

public string Filename
return string

IsMerged public_oe property

public bool IsMerged
return bool

IsTimeLapse public_oe property

public bool IsTimeLapse
return bool

MaxAlarm public_oe property

public double MaxAlarm
return double

Name public_oe property

public string Name
return string

ObjectId public_oe property

public int ObjectId
return int

ObjectTypeId public_oe property

public int ObjectTypeId
return int