SIFWorks ADK 2.0
FinancialBudget Constructor (reportDate, stateProvinceId, fiscalYear, budgetAccounts)
NamespacesEdustructures.SifWorks.HrfinFinancialBudgetFinancialBudgetFinancialBudgetNew(Nullable<(Of <DateTime>)>, StatePrCode, Nullable<(Of <Int32>)>, BudgetAccounts)

[This is preliminary documentation and is subject to change.]

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public FinancialBudget(
	Nullable<DateTime> reportDate,
	StatePrCode stateProvinceId,
	Nullable<int> fiscalYear,
	BudgetAccounts budgetAccounts
)
Public Sub New ( _
	reportDate As Nullable(Of DateTime), _
	stateProvinceId As StatePrCode, _
	fiscalYear As Nullable(Of Integer), _
	budgetAccounts As BudgetAccounts _
)
public:
FinancialBudget (
	Nullable<DateTime> reportDate, 
	StatePrCode^ stateProvinceId, 
	Nullable<int> fiscalYear, 
	BudgetAccounts^ budgetAccounts
)
Parameters
reportDate (Nullable<(Of <DateTime>)>)
Date on which snapshot was generated.
stateProvinceId (StatePrCode)
State-assigned identifier for this location
fiscalYear (Nullable<(Of <Int32>)>)
Fiscal Year of summary account
budgetAccounts (BudgetAccounts)
Information about budget accounts being submitted

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10