Click or drag to resize

FndItem Structure

Summary description for FndItem.

Namespace:  Ifs.Fnd.Buffer
Assembly:  Ifs.Fnd.Buffer (in Ifs.Fnd.Buffer.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public struct FndItem

The FndItem type exposes the following members.

Constructors
  NameDescription
Public methodFndItem(String)
Initializes a new instance of the Ifs.Fnd.Buffer.FndItem class
Public methodFndItem(String, String)
Initializes a new instance of the Ifs.Fnd.Buffer.FndItem class
Public methodFndItem(String, String, String, FndBuffer)
Initializes a new instance of the Ifs.Fnd.Buffer.FndItem class
Public methodFndItem(String, String, String, String)
Initializes a new instance of the Ifs.Fnd.Buffer.FndItem class
Top
Properties
  NameDescription
Public propertyBufferValue
Gets or sets the value of the item. Cannot only retrieve compound (Ifs.Fnd.Buffer.FndBuffer) values.
Public propertyIsCompound
Gets a value indicating whether this item a Ifs.Fnd.Buffer.FndBuffer
Public propertyName
Gets or sets the name of the item
Public propertyNoValue
Gets or sets a value indicating that the item has no value set
Public propertyStatus
Gets or sets the status of the item
Public propertyType
Gets or sets the type of the item
Public propertyValue
Gets or sets the value of the item. Cannot retrieve value from compound (Ifs.Fnd.Buffer.FndBuffer) items.
Top
Methods
  NameDescription
Public methodMarshal
Marshalls (serializes) the buffer item to a string.
Public methodToString
Converts this Ifs.Fnd.Buffer.FndItem to a human-readable string.
(Overrides ValueTypeToString.)
Top
See Also