Class DescriptionLAttribute
This is a shorter alias for LocalizedDescriptionAttribute with identical behavior.
Inheritance
System.Object
System.Attribute
System.ComponentModel.DescriptionAttribute
DescriptionLAttribute
Inherited Members
System.ComponentModel.DescriptionAttribute.Default
System.ComponentModel.DescriptionAttribute.Equals(System.Object)
System.ComponentModel.DescriptionAttribute.GetHashCode()
System.ComponentModel.DescriptionAttribute.IsDefaultAttribute()
System.ComponentModel.DescriptionAttribute.DescriptionValue
System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type)
System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean)
System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type)
System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean)
System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type)
System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, System.Boolean)
System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type)
System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type)
System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo)
System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type)
System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.Module)
System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type)
System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type)
System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean)
System.Attribute.IsDefined(System.Reflection.Assembly, System.Type)
System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, System.Boolean)
System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type)
System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean)
System.Attribute.IsDefined(System.Reflection.Module, System.Type)
System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean)
System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type)
System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean)
System.Attribute.Match(System.Object)
System.Attribute.TypeId
Namespace: MediaBrowser.Model.LocalizationAttributes
Assembly: MediaBrowser.Model.dll
Syntax
public class DescriptionLAttribute : LocalizedDescriptionAttribute
Constructors
DescriptionLAttribute()
Initializes a new instance of the System.ComponentModel.DescriptionAttribute class with no parameters.
Declaration
public DescriptionLAttribute()
DescriptionLAttribute(String)
Initializes a new instance of the System.ComponentModel.DescriptionAttribute class with a description.
Declaration
public DescriptionLAttribute(string description)
Parameters
Type | Name | Description |
---|---|---|
System.String | description | The description text. |
DescriptionLAttribute(String, Type)
Initializes a new instance of the System.ComponentModel.DescriptionAttribute class with a description.
Declaration
public DescriptionLAttribute(string description, [ResourceType] Type resourceType)
Parameters
Type | Name | Description |
---|---|---|
System.String | description | The description. |
System.Type | resourceType | Type of the resource. |