Selerix Developer Tools
ShouldSerializeEffectiveDate Method (WorkHistoryEntry)






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

Return Value

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

Reference

WorkHistoryEntry Class
WorkHistoryEntry Members