Table of Contents

Class DeviceParameterAttribute

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

Attribute to decorate device properties, when changed, should trigger parameter version increment and send to GO device.

[AttributeUsage(AttributeTargets.Property)]
public class DeviceParameterAttribute : Attribute
Inheritance
DeviceParameterAttribute
Inherited Members

Constructors

DeviceParameterAttribute()

public DeviceParameterAttribute()

See Also