Namespace MediaBrowser.Model.LocalizationAttributes
Classes
DescriptionLAttribute
This is a shorter alias for LocalizedDescriptionAttribute with identical behavior.
DisplayNameLAttribute
This is a shorter alias for LocalizedDisplayNameAttribute with identical behavior.
LocalizedDescriptionAttribute
LocalizedDescriptionAttribute is a localizable descendant of the System.ComponentModel.DescriptionAttribute. The string value of this class can be used either as literal or as resource identifier into a specified ResourceType
LocalizedDisplayNameAttribute
LocalizedDisplayNameAttribute is a localizable descendant of the System.ComponentModel.DisplayNameAttribute. The string value of this class can be used either as literal or as resource identifier into a specified ResourceType
LocalizedTristateFalseTextAttribute
LocalizedTristateFalseTextAttribute is a localizable descendant of the TristateFalseTextAttribute. The string value of this class can be used either as literal or as resource identifier into a specified ResourceType
LocalizedTristateTrueTextAttribute
LocalizedTristateTrueTextAttribute is a localizable descendant of the TristateTrueTextAttribute. The string value of this class can be used either as literal or as resource identifier into a specified ResourceType
ResourceTypeAttribute
Attribute indicating that an element indicates the type of a Resource class implementation.
TristateFalseTextLAttribute
This is a shorter alias for LocalizedTristateFalseTextAttribute with identical behavior.
TristateTrueTextLAttribute
This is a shorter alias for LocalizedTristateTrueTextAttribute with identical behavior.