Show / Hide Table of Contents

Class RmDiWrapper

Dispatcher for accessing the Resource Manager via DI

Inheritance
object
RmDiWrapper
Implements
IResourceManager
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.Globalization
Assembly: SoCore.dll
Syntax
public class RmDiWrapper : IResourceManager

Constructors

RmDiWrapper()

Dispatcher for accessing the Resource Manager via DI

Declaration
public RmDiWrapper()

Methods

GetString(string, string)

Get the translated string for a resource

Declaration
public string GetString(string resourceName, string cultureName)
Parameters
Type Name Description
string resourceName

Name of resource; see the RC class for generated symbol constants

string cultureName
Returns
Type Description
string

Translated string, if known

Implements

IResourceManager

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top