View full article

FieldValue Class

Namespace: PIX.QMSAPI.DataObjects.Document
Assembly: PIX.dll

Represents the value of a single field. It is used to represents both text values and numeric values.

Inheritance

Syntax

public class FieldValue

Constructors

Properties

Name Description
IsNumeric

Value indicating if the field is numerical.

Number

Field's numerical value.

SortOrder

Sort order of the field.

State

The current state of the field.

Text

Field's textual value.

Methods

Name Description
Clone()

Extension Methods

ApiFilter.FilterFor<T>(T, Nullable<ApiVersion>)
Conversion.Convert(FieldValue)