[This is preliminary documentation and is subject to change.]
A TermMarkLists
| C# | Visual Basic | Visual C++ |
public class TermMarkLists : SifList<MarkInfoList>
Public Class TermMarkLists _ Inherits SifList(Of MarkInfoList)
public ref class TermMarkLists : public SifList<MarkInfoList^>
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| TermMarkListsTermMarkListsNew()() |
Creates an instance of a TermMarkLists
| |
| TermMarkListsTermMarkListsNew(MarkInfoList) |
Constructor that accepts values for all mandatory fields
| |
| AddMarkInfoList(MarkInfoList) | Adds a new <MarkInfoList> child element. | |
| AddMarkInfoList(String, MarkInfoRefId) | Adds the value of the <MarkInfoList> element. | |
| GetMarkInfoList(String) |
Gets a MarkInfoList object instance. More than one instance can be defined for this object because it is a repeatable field element.
| |
| GetMarkInfoLists()() |
Gets all MarkInfoList 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
| |
| RemoveMarkInfoList(String) |
Removes a MarkInfoList object instance. More than one instance can be defined for this object because it is a repeatable field element.
| |
| SetMarkInfoLists(array<MarkInfoList>[]()) |
Sets all MarkInfoList object instances. All existing
MarkInfoList instances
are removed and replaced with this list. Calling this method with the
parameter value set to null removes all MarkInfoLists.
|
Author: Generated by adkgen
Version: 2.0
Since: 2.0
| Object | ||||
| Element | ||||
| SifElement | ||||
| SifList<(Of <MarkInfoList>)> | ||||
| TermMarkLists | ||||