SIFWorks ADK 2.0
Service Constructor (codeType, code, type)
NamespacesEdustructures.SifWorks.ProgramsServiceServiceServiceNew(String, ServiceCode, ServiceTypeValue)

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

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public Service(
	string codeType,
	ServiceCode code,
	ServiceTypeValue type
)
Public Sub New ( _
	codeType As String, _
	code As ServiceCode, _
	type As ServiceTypeValue _
)
public:
Service (
	String^ codeType, 
	ServiceCode^ code, 
	ServiceTypeValue^ type
)
Parameters
codeType (String)
if CodeType is "NCES" then the codes used is NCES 0273 Student Support Service Type [NCES Handbooks] or 0274 Student/Family Program Type [NCES Handbooks], depending on the value of the Type attribute
code (ServiceCode)
Specialized instruction or related / transitional service provided to this student.
type (ServiceTypeValue)
Values: InstructionalService, RelatedService, Other

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