[This is preliminary documentation and is subject to change.]
A SIF_ConditionGroup
| C# | Visual Basic | Visual C++ |
public class SIF_ConditionGroup : SifKeyedElement
Public Class SIF_ConditionGroup _ Inherits SifKeyedElement
public ref class SIF_ConditionGroup : public SifKeyedElement
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| 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.
|
Author: Generated by adkgen
Version: 2.0
Since: 1.1
| Object | ||||
| Element | ||||
| SifElement | ||||
| SifKeyedElement | ||||
| SIF_ConditionGroup | ||||