SIFWorks ADK 2.0
SIF_Condition Constructor (sifElement, sifOperator, sifValue)
NamespacesEdustructures.SifWorks.InfraSIF_ConditionSIF_ConditionSIF_ConditionNew(String, Operators, 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_Condition(
	string sifElement,
	Operators sifOperator,
	string sifValue
)
Public Sub New ( _
	sifElement As String, _
	sifOperator As Operators, _
	sifValue As String _
)
public:
SIF_Condition (
	String^ sifElement, 
	Operators^ sifOperator, 
	String^ sifValue
)
Parameters
sifElement (String)
This is the element/attribute being queried. See below for syntax.
sifOperator (Operators)
The comparison operator for the condition.
sifValue (String)
SIF_Value is the data that is used to compare with the value of the element or attribute.

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