Class GetTourRequestType
Inheritance
System.Object
GetTourRequestType
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 GetTourRequestType : INotifyPropertyChanged
Properties
|
Improve this Doc
View Source
DoneDate
Declaration
public TPDate DoneDate { get; set; }
Property Value
|
Improve this Doc
View Source
Fbid
Declaration
public string[] Fbid { get; set; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
Flag
Declaration
public GetTourRequestTypeFlag[] Flag { get; set; }
Property Value
|
Improve this Doc
View Source
Inoid
Declaration
public string[] Inoid { get; set; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
limit
Declaration
public string limit { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
offset
Declaration
public string offset { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Scheduled
Declaration
public TPDate Scheduled { get; set; }
Property Value
|
Improve this Doc
View Source
SendDate
Declaration
public TPDate SendDate { get; set; }
Property Value
|
Improve this Doc
View Source
Tid
Declaration
public string[] Tid { get; set; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
VehicleID
Declaration
public long[] VehicleID { get; set; }
Property Value
Type |
Description |
System.Int64[] |
|
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