Class GetPrognosisDataRequestType
Inheritance
System.Object
GetPrognosisDataRequestType
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Simplic.Telematic.FleetBoard.dll
Syntax
[Serializable]
public class GetPrognosisDataRequestType : INotifyPropertyChanged
Properties
|
Improve this Doc
View Source
DistanceToNextMaintenance
Declaration
public MinMaxDistanceType DistanceToNextMaintenance { get; set; }
Property Value
|
Improve this Doc
View Source
limit
Declaration
public string limit { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
MaintenanceActivity
Declaration
public maintenanceActivityType MaintenanceActivity { get; set; }
Property Value
|
Improve this Doc
View Source
MaintenanceActivitySpecified
Declaration
public bool MaintenanceActivitySpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
MaintenanceDue
Declaration
public TPDate MaintenanceDue { get; set; }
Property Value
|
Improve this Doc
View Source
Mileage
Declaration
public MinMaxDistanceType Mileage { get; set; }
Property Value
|
Improve this Doc
View Source
offset
Declaration
public string offset { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TelematicGroupID
Declaration
public telematicGroupIDType TelematicGroupID { get; set; }
Property Value
|
Improve this Doc
View Source
TelematicGroupIDSpecified
Declaration
public bool TelematicGroupIDSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
TimeRange
Declaration
public TimeRangeType TimeRange { get; set; }
Property Value
|
Improve this Doc
View Source
VehicleGroupID
Declaration
public long VehicleGroupID { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
VehicleGroupIDSpecified
Declaration
public bool VehicleGroupIDSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
VehicleID
Declaration
public long VehicleID { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
VehicleIDSpecified
Declaration
public bool VehicleIDSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
RaisePropertyChanged(String)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Events
|
Improve this Doc
View Source
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged