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