Table of Contents

Class ILocalizeTargetDescriptor

Namespace
I2.Loc
Assembly
Assembly-CSharp.dll
public abstract class ILocalizeTargetDescriptor
Inheritance
ILocalizeTargetDescriptor
Derived
Inherited Members
Extension Methods

Constructors

ILocalizeTargetDescriptor()

protected ILocalizeTargetDescriptor()

Fields

Name

public string Name

Field Value

string

Priority

public int Priority

Field Value

int

Methods

CanLocalize(Localize)

public abstract bool CanLocalize(Localize cmp)

Parameters

cmp Localize

Returns

bool

CreateTarget(Localize)

public abstract ILocalizeTarget CreateTarget(Localize cmp)

Parameters

cmp Localize

Returns

ILocalizeTarget

GetTargetType()

public abstract Type GetTargetType()

Returns

Type