[This is preliminary documentation and is subject to change.]
Creates an instance of a SifDataObject given an IElementDef.
| C# | Visual Basic | Visual C++ |
public SifDataObject CreateSIFDataObject( IElementDef objType )
Public Function CreateSIFDataObject ( _ objType As IElementDef _ ) As SifDataObject
public: SifDataObject^ CreateSIFDataObject ( IElementDef^ objType )
- objType (IElementDef)
- An IElementDef constant from the SifDtd class that identifies a top-level SIF Data Object such as SifDtd.STUDENTPERSONAL, SifDtd.BUSINFO, etc.
A new instance of the corresponding SifDataObject class
(e.g. Edustructures.SifWorks.student.StudentPersonal)
| Exception | Condition |
|---|---|
| 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.
|