Table of Contents

Method ApplyResources

Namespace
Alternet.Scripter.TypeScript
Assembly
Alternet.Common.TypeScript.v9.dll

ApplyResources(object, string, CultureInfo)

Applies a resource's value to the corresponding property of the object.

public override void ApplyResources(object value, string objectName, CultureInfo culture)

Parameters

value object

An object that contains the property value to be applied.

objectName string

A string that contains the name of the object to look up in the resources.

culture CultureInfo

The culture for which to apply resources.

Exceptions

ArgumentNullException

value or objectName is null.