Click or drag to resize

WbMonolingualText Structure

This is preliminary documentation and is subject to change.

Represents a text in certain language.
Inheritance Hierarchy
SystemObject
  SystemValueType
    WikiClientLibrary.Wikibase.DataTypesWbMonolingualText

Namespace: WikiClientLibrary.Wikibase.DataTypes
Assembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public struct WbMonolingualText : IEquatable<WbMonolingualText>

The WbMonolingualText type exposes the following members.

Constructors
 NameDescription
Public methodWbMonolingualText Initializes a new WbMonolingualText from language code and text.
Top
Properties
 NameDescription
Public propertyLanguageThe language code.
Public propertyTextThe text.
Top
Methods
 NameDescription
Public methodEquals(Object)Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object))
Public methodEquals(WbMonolingualText)Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCodeReturns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Overrides ValueTypeToString)
Top
Operators
Fields
 NameDescription
Public fieldStatic memberNull 
Top
Remarks
The language code is normalized into lower-case in this structure.
See Also