Class TMObjectType
Inheritance
System.Object
TMObjectType
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.TransportManagementConfigService
Assembly: Simplic.Telematic.FleetBoard.dll
Syntax
[Serializable]
public class TMObjectType : INotifyPropertyChanged
Properties
| Improve this Doc View SourceFleetId
Declaration
public long FleetId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
FormDefId
Declaration
public long FormDefId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Icon
Declaration
public string Icon { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
IsActivity
Checks whether this object type describes an activity object.
Declaration
public bool IsActivity { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsEvent
Checks whether this object type describes an event object.
Declaration
public bool IsEvent { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMessage
Checks whether this object type describes a message object.
Declaration
public bool IsMessage { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTransportObject
Checks whether this object type describes a transport object.
Declaration
public bool IsTransportObject { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SemanticIds
Declaration
public long[] SemanticIds { get; set; }
Property Value
Type | Description |
---|---|
System.Int64[] |
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