Table of Contents

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

description string
resourceType Type

Properties

Description

public string? Description { get; set; }

Property Value

string

ResourceType

public Type? ResourceType { get; set; }

Property Value

Type

Methods

GetLocalizedDescription(string, Type)

public string GetLocalizedDescription(string memberName, Type resourceType)

Parameters

memberName string
resourceType Type

Returns

string