SIFWorks ADK 2.0
SIF_ConditionGroup Class
NamespacesEdustructures.SifWorks.InfraSIF_ConditionGroup

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

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



IconMemberDescription
SIF_ConditionGroupSIF_ConditionGroupNew()()
Creates an instance of a SIF_ConditionGroup

SIF_ConditionGroupSIF_ConditionGroupNew(ConditionType, SIF_Conditions)
Constructor that accepts values for all mandatory fields

AddSIF_Conditions(SIF_Conditions)
Adds a new <SIF_Conditions> child element.

AddSIF_Conditions(ConditionType)
Adds the value of the <SIF_Conditions> element.

GetSIF_Conditions(ConditionType)
Gets a SIF_Conditions object instance. More than one instance can be defined for this object because it is a repeatable field element.

GetSIF_Conditionses()()
Gets all SIF_Conditions 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_Conditions(ConditionType)
Removes a SIF_Conditions object instance. More than one instance can be defined for this object because it is a repeatable field element.

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

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_ConditionGroup

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