Selerix Developer Tools
PayHistory Field






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

Reference

Employment Class
Employment Members