SIFWorks ADK 2.0
SIF_ReportObject Class
NamespacesEdustructures.SifWorks.ReportingSIF_ReportObject

[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.
Declaration Syntax
C#Visual BasicVisual C++
public class SIF_ReportObject : SifDataObject
Public Class SIF_ReportObject _
	Inherits SifDataObject
public ref class SIF_ReportObject : public SifDataObject
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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.

Remarks

Author: Generated by adkgen

Version: 2.0

Since: 1.5r1

Inheritance Hierarchy
Object
Element
 SifElement
  SifKeyedElement
   SifDataObject
    SIF_ReportObject

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