SIFWorks ADK 2.0
AddSIF_Provider Method (SourceId, SifObjectList)
NamespacesEdustructures.SifWorks.InfraSIF_ProvidersAddSIF_Provider(String, SIF_ObjectList)

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

Adds the value of the <SIF_Provider> element.
Declaration Syntax
C#Visual BasicVisual C++
public void AddSIF_Provider(
	string SourceId,
	SIF_ObjectList SifObjectList
)
Public Sub AddSIF_Provider ( _
	SourceId As String, _
	SifObjectList As SIF_ObjectList _
)
public:
void AddSIF_Provider (
	String^ SourceId, 
	SIF_ObjectList^ SifObjectList
)
Parameters
SourceId (String)
The identifier of the SIF node that is providing objects. This is the agent or ZIS identifier that would appear in the SIF_SourceId field of any SIF_Header created by the SIF node.
SifObjectList (SIF_ObjectList)
The name of the object that is being provided by this SIF_SIFNode
Remarks

This form of setSIF_Provider is provided as a convenience method that is functionally equivalent to the method AddSIF_Provider

Version: 2.0

Since: 1.1

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