Selerix Developer Tools
ShouldSerializeDepartment Method






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

Return Value

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

Reference

WorkHistoryEntry Class
WorkHistoryEntry Members