Selerix Developer Tools
NeedCorrectRiderValues Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Application Class : NeedCorrectRiderValues Property
Gets or sets a value indicating whether we need to correct rider param values after applying rules.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public Property NeedCorrectRiderValues As Boolean
'Usage
 
Dim instance As Application
Dim value As Boolean
 
instance.NeedCorrectRiderValues = value
 
value = instance.NeedCorrectRiderValues
[XmlAttribute()]
[DefaultValue()]
public bool NeedCorrectRiderValues {get; set;}
public read-write property NeedCorrectRiderValues: Boolean; 
XmlAttributeAttribute()
DefaultValueAttribute()
public function get,set NeedCorrectRiderValues : boolean
[XmlAttribute()]
[DefaultValue()]
public: __property bool get_NeedCorrectRiderValues();
public: __property void set_NeedCorrectRiderValues( 
   bool value
);
[XmlAttribute()]
[DefaultValue()]
public:
property bool NeedCorrectRiderValues {
   bool get();
   void set (    bool value);
}

Property Value

true if need to correct rider param values after apply rules; otherwise, false.
See Also

Reference

Application Class
Application Members