FieldValue Class
Namespace: PIX.Document
Assembly: PIX.dll
Assembly: PIX.dll
This class represents the value of a field ( "Country=Sweden" or "Country=1" (as numeric))
Inheritance
-
System.Object
- FieldValue
Syntax
public class FieldValue : IFieldValue, IXmlSerializableConstructors
Fields
| Name | Description |
|---|---|
| m_FieldValueState | |
| m_IsNumeric | |
| m_Number | |
| m_SortOrder | |
| m_Text |
Properties
| Name | Description |
|---|---|
| FieldValueState | |
| IsNumeric | |
| Number | |
| SortOrder | |
| Text |
Methods
| Name | Description |
|---|---|
| GetSchema() | |
| ReadXml(XmlReader) | |
| ToString() |
Returns the string of this object. Respects "IsNumeric" and returns either Text or Number.Tostring |
| ToString2() |
Returns the string of this object. Respects "IsNumeric" and returns either Text or Number.Tostring. Appends " (IsNumeric=True)" |
| WriteXml(XmlWriter) |