[This is preliminary documentation and is subject to change.]
A SIF_QueryObject
| C# | Visual Basic | Visual C++ |
public class SIF_QueryObject : SifKeyedElement
Public Class SIF_QueryObject _ Inherits SifKeyedElement
public ref class SIF_QueryObject : public SifKeyedElement
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| SIF_QueryObjectSIF_QueryObjectNew()() |
Creates an instance of a SIF_QueryObject
| |
| SIF_QueryObjectSIF_QueryObjectNew(String) |
Constructor that accepts values for all mandatory fields
| |
| AddSIF_Element(SIF_Element) | Adds a new <SIF_Element> child element. | |
| AddSIF_Element(String) | Adds the value of the <SIF_Element> element. | |
| GetSIF_Element(String) |
Gets a SIF_Element object instance. More than one instance can be defined for this object because it is a repeatable field element.
| |
| GetSIF_Elements()() |
Gets all SIF_Element 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.) | |
| ObjectName |
Gets or sets the value of the ObjectName attribute.
| |
| RemoveSIF_Element(String) |
Removes a SIF_Element object instance. More than one instance can be defined for this object because it is a repeatable field element.
| |
| SetSIF_Elements(array<SIF_Element>[]()) |
Sets all SIF_Element object instances. All existing
SIF_Element instances
are removed and replaced with this list. Calling this method with the
parameter value set to null removes all SIF_Elements.
|
Author: Generated by adkgen
Version: 2.0
Since: 1.1
| Object | ||||
| Element | ||||
| SifElement | ||||
| SifKeyedElement | ||||
| SIF_QueryObject | ||||