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, IXmlSerializable
Constructors
Name | Description |
---|---|
FieldValue() | |
FieldValue(String, Double, Boolean, eFieldValueState, Int32) | |
FieldValue(XmlReader) |
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) |
Extension Methods
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!