[This is preliminary documentation and is subject to change.]
A Letter
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| LetterLetterNew()() |
Creates an instance of a Letter
| |
| LetterLetterNew(Nullable<(Of <Boolean>)>) |
Constructor that accepts values for all mandatory fields
| |
| AddValidMark(ValidMark) | Adds a new <ValidMark> child element. | |
| AddValidMark(String) | Adds the value of the <ValidMark> element. | |
| GetValidMark(String) |
Gets a ValidMark object instance. More than one instance can be defined for this object because it is a repeatable field element.
| |
| GetValidMarks()() |
Gets all ValidMark object instances. More than once instance can be defined for this object because it is a repeatable field element.
| |
| IsAccepted |
Gets or sets the value of the IsAccepted attribute.
| |
| KeyFields |
Gets the metadata fields that make up the key of this object
| |
| RemoveValidMark(String) |
Removes a ValidMark object instance. More than one instance can be defined for this object because it is a repeatable field element.
| |
| SetValidMarks(array<ValidMark>[]()) |
Sets all ValidMark object instances. All existing
ValidMark instances
are removed and replaced with this list. Calling this method with the
parameter value set to null removes all ValidMarks.
|
Author: Generated by adkgen
Version: 2.0
Since: 2.0
| Object | ||||
| Element | ||||
| SifElement | ||||
| SifList<(Of <ValidMark>)> | ||||
| Letter | ||||