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