SIFWorks ADK 2.0
SIF_Conditions Class
NamespacesEdustructures.SifWorks.InfraSIF_Conditions

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

A SIF_Conditions
Declaration Syntax
C#Visual BasicVisual C++
public class SIF_Conditions : SifKeyedElement
Public Class SIF_Conditions _
	Inherits SifKeyedElement
public ref class SIF_Conditions : public SifKeyedElement
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
SIF_ConditionsSIF_ConditionsNew()()
Creates an instance of a SIF_Conditions

SIF_ConditionsSIF_ConditionsNew(ConditionType)
Constructor that accepts values for all mandatory fields

AddSIF_Condition(SIF_Condition)
Adds a new <SIF_Condition> child element.

AddSIF_Condition(String, Operators, String)
Adds the value of the <SIF_Condition> element.

GetSIF_Condition(String, Operators, String)
Gets a SIF_Condition object instance. More than one instance can be defined for this object because it is a repeatable field element.

GetSIF_Conditions()()
Gets all SIF_Condition object instances. More than once instance can be defined for this object because it is a repeatable field element.

KeyFields
Gets the metadata fields that make up the key of this object
(Overrides SifKeyedElement.KeyFields.)
RemoveSIF_Condition(String, Operators, String)
Removes a SIF_Condition object instance. More than one instance can be defined for this object because it is a repeatable field element.

SetSIF_Conditions(array<SIF_Condition>[]())
Sets all SIF_Condition object instances. All existing SIF_Condition instances are removed and replaced with this list. Calling this method with the parameter value set to null removes all SIF_Conditions.

SetType(ConditionType)
Sets the value of the Type attribute.

Type
Gets or sets the value of the Type attribute.

Remarks

Author: Generated by adkgen

Version: 2.0

Since: 1.1

Inheritance Hierarchy
Object
Element
 SifElement
  SifKeyedElement
   SIF_Conditions

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