Class LocalizedMemberAttribute
- Namespace
- XENBIT.ResQueServe.Localization
- Assembly
- RQS.Localization.dll
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Property|AttributeTargets.Field)]
public class LocalizedMemberAttribute : Attribute
- Inheritance
-
LocalizedMemberAttribute
- Inherited Members
Constructors
LocalizedMemberAttribute(string?, Type?)
public LocalizedMemberAttribute(string? description = null, Type? resourceType = null)
Parameters
Properties
Description
public string? Description { get; set; }
Property Value
ResourceType
public Type? ResourceType { get; set; }
Property Value
Methods
GetLocalizedDescription(string, Type)
public string GetLocalizedDescription(string memberName, Type resourceType)