Class LangAlt
Represents XMP Language Alternative.
public class LangAlt : IXmlValue
- Inheritance
-
LangAlt
- Implements
- Inherited Members
Constructors
LangAlt()
Initializes a new instance of the LangAlt class.
public LangAlt()
LangAlt(string)
Initializes a new instance of the LangAlt class.
public LangAlt(string defaultValue)
Parameters
defaultValue
stringThe default value.
Fields
languages
Dictionary of languages.
protected Dictionary<string, string> languages
Field Value
Methods
AddLanguage(string, string)
Adds the language.
public virtual void AddLanguage(string language, string value)
Parameters
GetXmlValue()
Converts XMP value to the XML representation.
public string GetXmlValue()
Returns
- string
Returns the XMP value converted to the XML representation.
ToString()
Returns a string that represents this instance.
public override string ToString()