Click or drag to resize

Setting Class

A class that represents an internal device setting.
Inheritance Hierarchy
SystemObject
  Zebra.Sdk.SettingsSetting

Namespace:  Zebra.Sdk.Settings
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
[JsonObjectAttribute]
public class Setting

The Setting type exposes the following members.

Constructors
  NameDescription
Public methodSetting
Initializes a new instance of the Setting class
Top
Properties
  NameDescription
Public propertyAccess
Gets or sets a string that describes the access permissions for the setting. RW is returned for settings that have read and write permissions. R is returned for settings that are read-only W is returned for settings that are write-only
Public propertyArchive
Gets or sets if this setting can be applied when loading a backup
Public propertyClone
Gets or sets if this setting can be applied when loading a profile
Public propertyIsReadOnly
Returns true if the setting does not have write access.
Public propertyIsWriteOnly
Returns true if the setting does not have read access.
Public propertyRange
Gets or sets a string that describes the acceptable range of values for this setting.
Public propertyType
Gets or sets a string describing the data type of the setting.
Public propertyValue
Gets or sets the setting's value.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsValid
Returns true if value is valid for the given setting.
Public methodToString
Retruns a human readable string of the setting.
(Overrides ObjectToString.)
Top
See Also