[This is preliminary documentation and is subject to change.]
This object is an envelope used to send other data objects, typically reports, to authorities such as state departments of education, district offices, other schools, etc. It is also used to signal a data collector agent that a report is compiled and ready to be requested. SIF_ReportObject contains a data object, which is either complete or partial (a partial data object is one that contains a subset of the elements for the data object). One or a series of SIF_ReportObjects contained within one or a series of related SIF_Response messages makes up a complete report. SIF_Events are reported.
| C# | Visual Basic | Visual C++ |
public class SIF_ReportObject : SifDataObject
Public Class SIF_ReportObject _ Inherits SifDataObject
public ref class SIF_ReportObject : public SifDataObject
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| SIF_ReportObjectSIF_ReportObjectNew()() |
Creates an instance of a SIF_ReportObject
| |
| SIF_ReportObjectSIF_ReportObjectNew(String) |
Constructor that accepts values for all mandatory fields
| |
| KeyFields |
Gets the metadata fields that make up the key of this object
(Overrides SifDataObject.KeyFields.) | |
| RefId |
Gets or sets the value of the RefId attribute.
(Overrides SifDataObject.RefId.) | |
| ReportData |
Gets or sets the value of the <ReportData> element.
| |
| ReportInfo |
Gets or sets the value of the <ReportInfo> element.
| |
| SetReportData(String) | Sets the value of the <ReportData> element. | |
| SetReportInfo(String, Nullable<(Of <DateTime>)>, Nullable<(Of <Int32>)>, SubmissionReason) | Sets the value of the <ReportInfo> element. | |
| SetSIF_ExtendedQueryResults(SIFColumnHeader, SIF_Rows) | Sets the value of the <SIF_ExtendedQueryResults> element. | |
| SIF_ExtendedQueryResults |
Gets or sets the value of the <SIF_ExtendedQueryResults> element.
|
Author: Generated by adkgen
Version: 2.0
Since: 1.5r1
| Object | |||||
| Element | |||||
| SifElement | |||||
| SifKeyedElement | |||||
| SifDataObject | |||||
| SIF_ReportObject | |||||