Selerix Developer Tools
RoundFactor Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Product Class : RoundFactor Property
Gets or sets the round factor.
Syntax
'Declaration
 
Public Overridable Property RoundFactor As Nullable(Of Decimal)
'Usage
 
Dim instance As Product
Dim value As Nullable(Of Decimal)
 
instance.RoundFactor = value
 
value = instance.RoundFactor
public virtual Nullable<decimal> RoundFactor {get; set;}
public read-write property RoundFactor: Nullable; virtual; 
public function get,set RoundFactor : Nullable
public: __property virtual Nullable<decimal> get_RoundFactor();
public: __property virtual void set_RoundFactor( 
   Nullable<decimal> value
);
public:
virtual property Nullable<decimal> RoundFactor {
   Nullable<decimal> get();
   void set (    Nullable<decimal> value);
}

Property Value

The round factor.
Example

Set Benefit Plan Round Factor

Event.Config.RoundFactor = 5000;

 

See Also

Reference

Product Class
Product Members