[This is preliminary documentation and is subject to change.]
The student's language
| C# | Visual Basic | Visual C++ |
public class Language : SifKeyedElement
Public Class Language _ Inherits SifKeyedElement
public ref class Language : public SifKeyedElement
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| LanguageLanguageNew()() |
Creates an instance of a Language
| |
| LanguageLanguageNew(LanguageCode) |
Constructor that accepts values for all mandatory fields
| |
| Code |
Gets or sets the value of the Code attribute.
| |
| Dialect |
Gets or sets the value of the <Dialect> element.
| |
| KeyFields |
Gets the metadata fields that make up the key of this object
(Overrides SifKeyedElement.KeyFields.) | |
| LanguageType |
Gets or sets the value of the <LanguageType> element.
| |
| OtherCodeList |
Gets or sets the value of the <OtherCodeList> element.
| |
| SetCode(LanguageCode) |
Sets the value of the Code attribute.
| |
| SetLanguageType(LanguageType) |
Sets the value of the <LanguageType> element.
| |
| ToString()() | Returns the value of the Code attribute (Overrides Element.ToString()().) |
Author: Generated by adkgen
Version: 2.0
Since: 1.1
| Object | ||||
| Element | ||||
| SifElement | ||||
| SifKeyedElement | ||||
| Language | ||||