SIFWorks ADK 2.0
SIF_Header Constructor (sifMsgId, sifTimestamp, sifSourceId)
NamespacesEdustructures.SifWorks.InfraSIF_HeaderSIF_HeaderSIF_HeaderNew(String, Nullable<(Of <DateTime>)>, String)

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

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public SIF_Header(
	string sifMsgId,
	Nullable<DateTime> sifTimestamp,
	string sifSourceId
)
Public Sub New ( _
	sifMsgId As String, _
	sifTimestamp As Nullable(Of DateTime), _
	sifSourceId As String _
)
public:
SIF_Header (
	String^ sifMsgId, 
	Nullable<DateTime> sifTimestamp, 
	String^ sifSourceId
)
Parameters
sifMsgId (String)
SIF_MsgId is a globally unique message identifier from the Agent or ZIS that sends out the message.
sifTimestamp (Nullable<(Of <DateTime>)>)
Timestamp of when the message was sent.
sifSourceId (String)
The SIF_SourceId is the ID of the originator of the message. Each source needs to have a zone unique case-sensitive identifier.

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