Selerix Developer Tools
ShouldSerializeSalary Method (WorkHistoryEntry)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > WorkHistoryEntry Class : ShouldSerializeSalary Method
Should we serialize Salary.
Syntax
'Declaration
 
Public Function ShouldSerializeSalary() As Boolean
'Usage
 
Dim instance As WorkHistoryEntry
Dim value As Boolean
 
value = instance.ShouldSerializeSalary()
public bool ShouldSerializeSalary()
public function ShouldSerializeSalary(): Boolean; 
public function ShouldSerializeSalary() : boolean;
public: bool ShouldSerializeSalary(); 
public:
bool ShouldSerializeSalary(); 

Return Value

true if Salary has a value, false otherwise.
See Also

Reference

WorkHistoryEntry Class
WorkHistoryEntry Members