SIFWorks ADK 2.0
SIF_EventObject Constructor (objectName, action, value)
NamespacesEdustructures.SifWorks.InfraSIF_EventObjectSIF_EventObjectSIF_EventObjectNew(String, Action, 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_EventObject(
	string objectName,
	Action action,
	string value
)
Public Sub New ( _
	objectName As String, _
	action As Action, _
	value As String _
)
public:
SIF_EventObject (
	String^ objectName, 
	Action^ action, 
	String^ value
)
Parameters
objectName (String)
This is the name of the object being added, changed or deleted.
action (Action)
This is the action associated with the object that is being conveyed by this SIF_Event.
value (String)
Gets or sets the content value of the <SIF_EventObject> element

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