[This is preliminary documentation and is subject to change.]
Contains one of the SIF message types.
| C# | Visual Basic | Visual C++ |
public class SIF_Request : SifMessagePayload
Public Class SIF_Request _ Inherits SifMessagePayload
public ref class SIF_Request : public SifMessagePayload
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| SIF_RequestSIF_RequestNew()() |
Creates an instance of a SIF_Request
| |
| SIF_RequestSIF_RequestNew(SifVersion) |
Creates an instance of a SIF_Request
| |
| AddSIF_Version(SIF_Version) | Adds a new <SIF_Version> child element. | |
| GetSIF_Version(String) |
Gets a SIF_Version object instance. More than one instance can be defined for this object because it is a repeatable field element.
| |
| GetSIF_Versions()() |
Gets all SIF_Version object instances. More than once instance can be defined for this object because it is a repeatable field element.
| |
| RemoveSIF_Version(String) |
Removes a SIF_Version object instance. More than one instance can be defined for this object because it is a repeatable field element.
| |
| SetSIF_Versions(array<SIF_Version>[]()) |
Sets all SIF_Version object instances. All existing
SIF_Version instances
are removed and replaced with this list. Calling this method with the
parameter value set to null removes all SIF_Versions.
| |
| SIF_ExtendedQuery |
Gets or sets the value of the <SIF_ExtendedQuery> element.
| |
| SIF_Header |
Gets or sets the value of the <SIF_Header> element.
| |
| SIF_MaxBufferSize |
Gets or sets the value of the <SIF_MaxBufferSize> element.
| |
| SIF_Query |
Gets or sets the value of the <SIF_Query> element.
|
Author: Generated by adkgen
Version: 2.0
Since: 1.1
| Object | ||||
| Element | ||||
| SifElement | ||||
| SifMessagePayload | ||||
| SIF_Request | ||||