LocalizableDescriptionAttribute - класс

Definition

Пространство имён: Tessa.Localization
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
[AttributeUsageAttribute(AttributeTargets.All)]
public sealed class LocalizableDescriptionAttribute : DescriptionAttribute
Inheritance
Object    Attribute    DescriptionAttribute    LocalizableDescriptionAttribute

Конструкторы

LocalizableDescriptionAttribute(String)Инициализирует новый экземпляр класса LocalizableDescriptionAttribute
LocalizableDescriptionAttribute(String, String)Инициализирует новый экземпляр класса LocalizableDescriptionAttribute
LocalizableDescriptionAttribute(Type, String)Инициализирует новый экземпляр класса LocalizableDescriptionAttribute

Свойства

Description
(Переопределяет DescriptionAttributeDescription)
DescriptionValueGets or sets the string stored as the description.
(Унаследован от DescriptionAttribute)
ResourceName 
ResourceType 
TypeIdWhen implemented in a derived class, gets a unique identifier for this Attribute.
(Унаследован от Attribute)

Методы

EqualsReturns whether the value of the given object is equal to the current DescriptionAttribute.
(Унаследован от DescriptionAttribute)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeReturns the hash code for this instance.
(Унаследован от DescriptionAttribute)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
IsDefaultAttributeReturns a value indicating whether this is the default DescriptionAttribute instance.
(Унаследован от DescriptionAttribute)
MatchWhen overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
(Унаследован от Attribute)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
ToStringReturns a string that represents the current object.
(Унаследован от Object)

См. также