C# Class iSpyApplication.FilePreview

Afficher le fichier Open project: ispysoftware/iSpy Class Usage Examples

Méthodes publiques

Свойство Type Description
CreatedDateTicks long
CreatedDateTicksUTC long
Duration int
Filename string
IsMerged bool
IsTimeLapse bool
MaxAlarm double
Name string
ObjectId int
ObjectTypeId int

Méthodes publiques

Méthode 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 méthode

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
Résultat System

Property Details

CreatedDateTicks public_oe property

public long CreatedDateTicks
Résultat long

CreatedDateTicksUTC public_oe property

public long CreatedDateTicksUTC
Résultat long

Duration public_oe property

public int Duration
Résultat int

Filename public_oe property

public string Filename
Résultat string

IsMerged public_oe property

public bool IsMerged
Résultat bool

IsTimeLapse public_oe property

public bool IsTimeLapse
Résultat bool

MaxAlarm public_oe property

public double MaxAlarm
Résultat double

Name public_oe property

public string Name
Résultat string

ObjectId public_oe property

public int ObjectId
Résultat int

ObjectTypeId public_oe property

public int ObjectTypeId
Résultat int