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