public sealed class LanguageBaseItem
Public NotInheritable Class LanguageBaseItem
public ref class LanguageBaseItem sealed
[<SealedAttribute>]
type LanguageBaseItem = class end
LanguageBaseItem(Int16, Int16, ServiceAttributeId) | Initialize a new instance of the LanguageBaseItem class. |
LanguageBaseItem(Int16, Int16, Int16) | Initialize a new instance of the LanguageBaseItem class. |
LanguageBaseItem(String, Int16, ServiceAttributeId) | Initialize a new instance of the LanguageBaseItem class. |
LanguageBaseItem(String, UInt16, ServiceAttributeId) | Initialize a new instance of the LanguageBaseItem class. |
LanguageBaseItem(UInt16, UInt16, ServiceAttributeId) | Initialize a new instance of the LanguageBaseItem class. |
LanguageBaseItem(UInt16, UInt16, UInt16) | Initialize a new instance of the LanguageBaseItem class. |
AttributeIdBase | Gets the base Attribute Id for this language. |
EncodingId | Get the IETF Charset identifier for this language. |
EncodingIdAsInt16 | Get the IETF Charset identifier for this language, as an Int16. |
NaturalLanguage | Gets the value of the Natural Language field of the entry. |
NaturalLanguageAsInt16 | Gets the value of the Natural Language field of the entry, as a UInt16. |
NaturalLanguageAsUInt16 | Gets the value of the Natural Language field of the entry, as a UInt16. |
CreateElementSequenceFromList | Create a data element for the LanguageBaseAttributeIdList attribute from the list of LanguageBaseItem |
CreateEnglishUtf8PrimaryLanguageItem | Create a LanguageBaseItem instance for a primary language of English and a string encoding of UTF-8. |
Equals | (Inherited from Object) |
GetEncoding | Gets an Encoding appropriate for this language base item. |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
ParseListFromElementSequence | Gets the list of LanguageBaseItem items in the service record. |
ToString | (Inherited from Object) |
PrimaryLanguageBaseAttributeId | The primary language is specified to have base attribute ID 0x0100. |
Utf8EncodingId | The Id for the UTF-8 encoding. |