Selerix Developer Tools
WorkHistory Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Employment Class : WorkHistory Field
The Work history
Syntax
'Declaration
 
<XmlArrayAttribute("WorkHistory")>
<XmlArrayItemAttribute(Type=Selerix.BusinessObjects.WorkHistoryEntry, ElementName="WorkHistoryEntry")>
Public WorkHistory As WorkHistoryEntryCollection
'Usage
 
Dim instance As Employment
Dim value As WorkHistoryEntryCollection
 
value = instance.WorkHistory
 
instance.WorkHistory = value
[XmlArray("WorkHistory")]
[XmlArrayItem(Type=Selerix.BusinessObjects.WorkHistoryEntry, ElementName="WorkHistoryEntry")]
public WorkHistoryEntryCollection WorkHistory
public field WorkHistory: WorkHistoryEntryCollection; 
XmlArrayAttribute("WorkHistory")
XmlArrayItemAttribute(Type=Selerix.BusinessObjects.WorkHistoryEntry, ElementName="WorkHistoryEntry")
public var WorkHistory : WorkHistoryEntryCollection;
[XmlArray("WorkHistory")]
[XmlArrayItem(Type=Selerix.BusinessObjects.WorkHistoryEntry, ElementName="WorkHistoryEntry")]
public: WorkHistoryEntryCollection* WorkHistory
[XmlArray("WorkHistory")]
[XmlArrayItem(Type=Selerix.BusinessObjects.WorkHistoryEntry, ElementName="WorkHistoryEntry")]
public:
WorkHistoryEntryCollection^ WorkHistory
See Also

Reference

Employment Class
Employment Members