Class TelematicFunction
Inheritance
System.Object
TelematicFunction
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.Core
Assembly: Simplic.Telematic.Core.dll
Syntax
public class TelematicFunction
Properties
| Improve this Doc View SourceContextId
Gets or sets the ContextId
Declaration
public Guid ContextId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
DisplayName
Gets or sets the DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Guid
Gets or sets the Id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IconId
Gets or sets the icon id
Declaration
public Guid? IconId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
InternalName
Gets or sets the InternalName
Declaration
public string InternalName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OrderNumber
Gets or sets the order number (in which
Declaration
public int OrderNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RequiresVehicle
Gets or sets whether a vehicle is required
Declaration
public bool RequiresVehicle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ResolverName
Gets or sets the function data resolver name
Declaration
public string ResolverName { get; set; }
Property Value
Type | Description |
---|---|
System.String |