Class GetLastPositionRequestType
Inheritance
System.Object
GetLastPositionRequestType
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()
Namespace: Simplic.Telematic.FleetBoard.PosService
Assembly: Simplic.Telematic.FleetBoard.dll
Syntax
[Serializable]
public class GetLastPositionRequestType : INotifyPropertyChanged
Properties
| Improve this Doc View SourceAdditionalState
Declaration
public GetLastPositionRequestTypeAdditionalState[] AdditionalState { get; set; }
Property Value
Type | Description |
---|---|
GetLastPositionRequestTypeAdditionalState[] |
EntityID
Declaration
public long[] EntityID { get; set; }
Property Value
Type | Description |
---|---|
System.Int64[] |
GroupID
Declaration
public long GroupID { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
GroupIDSpecified
Declaration
public bool GroupIDSpecified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
limit
Declaration
public string limit { get; set; }
Property Value
Type | Description |
---|---|
System.String |
offset
Declaration
public string offset { get; set; }
Property Value
Type | Description |
---|---|
System.String |
QueryType
Declaration
public short QueryType { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |
sessionid
Declaration
public string sessionid { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceRaisePropertyChanged(String)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName |
Events
| Improve this Doc View SourcePropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged