Selerix Developer Tools
ShouldSerializeXmlAsOfDate Method (RateParamValue)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RateParamValue Class : ShouldSerializeXmlAsOfDate Method
A ShouldSerialize[Object] method (ShouldSerializeXmlAsOfDate) that returns true or false. XML serialization enables an object's public fields and properties to be saved and loaded to/from an XML file. Typically, XML serialization will be desired for an object that is not null or empty and has a value such as a string object or a list object that is not null and has at least one element. ShouldSerialize[Object] method (ShouldSerializeXmlAsOfDate) that returns true or false. XML serialization enables an object's public fields and properties to be saved and loaded to/from an XML file. Typically, XML serialization will be desired for an object that is not null or empty and has a value such as a string object or a list object that is not null and has at least one element.
Syntax
'Declaration
 
Public Overrides Function ShouldSerializeXmlAsOfDate() As Boolean
'Usage
 
Dim instance As RateParamValue
Dim value As Boolean
 
value = instance.ShouldSerializeXmlAsOfDate()
public override bool ShouldSerializeXmlAsOfDate()
public function ShouldSerializeXmlAsOfDate(): Boolean; override; 
public override function ShouldSerializeXmlAsOfDate() : boolean;
public: bool ShouldSerializeXmlAsOfDate(); override 
public:
bool ShouldSerializeXmlAsOfDate(); override 

Return Value

bool true/falsebool true/false
See Also

Reference

RateParamValue Class
RateParamValue Members
Base Implementation in ShouldSerializeXmlAsOfDate