Selerix Developer Tools
ShouldSerializeEmployeeIdent Method






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

Return Value

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

Reference

WorkHistoryEntry Class
WorkHistoryEntry Members