Slu.Heureka.DomainLayer.TreatmentModel Namespace > TreatmentInfo Class > TreatmentInfo Constructor : TreatmentInfo Constructor(TreatmentType,Int32,Double,Nullable<Double>,Nullable<Boolean>) |
'Declaration
Public Function New( _ ByVal treatmentType As TreatmentType, _ ByVal period As Integer, _ ByVal year As Double, _ ByVal thinIntensity As Nullable(Of Double), _ ByVal enforced As Nullable(Of Boolean) _ )
'Usage
Dim treatmentType As TreatmentType Dim period As Integer Dim year As Double Dim thinIntensity As Nullable(Of Double) Dim enforced As Nullable(Of Boolean) Dim instance As New TreatmentInfo(treatmentType, period, year, thinIntensity, enforced)
public TreatmentInfo( TreatmentType treatmentType, int period, double year, Nullable<double> thinIntensity, Nullable<bool> enforced )
public: TreatmentInfo( TreatmentType treatmentType, int period, double year, Nullable<double> thinIntensity, Nullable<bool> enforced )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2