Zebra LinkOS Multiplatform SDK for Xamarin  1.1
Link-OS Portable Class Library Plugin for Xamarin
LinkOS.Plugin.FieldDescription Class Reference

This class is used to describe format variable fields. More...

Inheritance diagram for LinkOS.Plugin.FieldDescription:
LinkOS.Plugin.Abstractions.IFieldDescription

Properties

string FieldName [get, set]
 In CPCL, this field is always null. In ZPL, this field will correspond to the optional name parameter of the ^FN command, or null if the parameter is not present More...
 
int FieldNumber [get, set]
 In CPCL, this number will be the number of the variable field in the format. In ZPL, this number will be the field number specified in the format More...
 

Detailed Description

This class is used to describe format variable fields.

Property Documentation

string LinkOS.Plugin.FieldDescription.FieldName
getset

In CPCL, this field is always null. In ZPL, this field will correspond to the optional name parameter of the ^FN command, or null if the parameter is not present

int LinkOS.Plugin.FieldDescription.FieldNumber
getset

In CPCL, this number will be the number of the variable field in the format. In ZPL, this number will be the field number specified in the format


The documentation for this class was generated from the following file: