Selerix Developer Tools
Offerings Field (Transmittal)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Transmittal Class : Offerings Field
List of Offering.

An offering is the type of insurance purchased. For example, Medical, Dental, or Vision.

Property Name

Description

Format

Required?

OfferingID The number associated with the type of insurance purchased.
Name The name of the type of coverage.                                                     
Custom ***text here ***options are true, false
Code The code is ****
Syntax
'Declaration
 
<XmlArrayAttribute("Offerings")>
<XmlArrayItemAttribute(Type=Selerix.BusinessObjects.Offering, ElementName="Offering")>
Public Offerings As OfferingCollection
'Usage
 
Dim instance As Transmittal
Dim value As OfferingCollection
 
value = instance.Offerings
 
instance.Offerings = value
[XmlArray("Offerings")]
[XmlArrayItem(Type=Selerix.BusinessObjects.Offering, ElementName="Offering")]
public OfferingCollection Offerings
public field Offerings: OfferingCollection; 
XmlArrayAttribute("Offerings")
XmlArrayItemAttribute(Type=Selerix.BusinessObjects.Offering, ElementName="Offering")
public var Offerings : OfferingCollection;
[XmlArray("Offerings")]
[XmlArrayItem(Type=Selerix.BusinessObjects.Offering, ElementName="Offering")]
public: OfferingCollection* Offerings
[XmlArray("Offerings")]
[XmlArrayItem(Type=Selerix.BusinessObjects.Offering, ElementName="Offering")]
public:
OfferingCollection^ Offerings
See Also

Reference

Transmittal Class
Transmittal Members