SIFWorks ADK 2.0
CreateSIFDataObject Method (objType)
NamespacesEdustructures.SifWorksSifDtdCreateSIFDataObject(IElementDef)

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

Creates an instance of a SifDataObject given an IElementDef.
Declaration Syntax
C#Visual BasicVisual C++
public SifDataObject CreateSIFDataObject(
	IElementDef objType
)
Public Function CreateSIFDataObject ( _
	objType As IElementDef _
) As SifDataObject
public:
SifDataObject^ CreateSIFDataObject (
	IElementDef^ objType
)
Parameters
objType (IElementDef)
An IElementDef constant from the SifDtd class that identifies a top-level SIF Data Object such as SifDtd.STUDENTPERSONAL, SifDtd.BUSINFO, etc.
Return Value
A new instance of the corresponding SifDataObject class (e.g. Edustructures.SifWorks.student.StudentPersonal)
Exceptions
ExceptionCondition
AdkSchemaException thrown if the objType parameter does not identify a top-level SIF Data Object, or the Adk was not initialized to load the Sdo module in which the specified object type is defined.

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