Show / Hide Table of Contents

Class WeaverLanguage_I

Inheritance
object
WeaverLanguage_I
E_WeaverLanguage_I
Implements
IImplementation
Namespace: WeaverCore.Implementations
Assembly: WeaverCore.dll
Syntax
public abstract class WeaverLanguage_I : IImplementation

Methods

| Edit this page View Source

GetCurrentLanguage()

Declaration
public abstract SupportedLanguages GetCurrentLanguage()
Returns
Type Description
SupportedLanguages
| Edit this page View Source

GetString(string, string)

Declaration
public abstract string GetString(string convoName, string fallback = null)
Parameters
Type Name Description
string convoName
string fallback
Returns
Type Description
string
| Edit this page View Source

GetString(string, string, string)

Declaration
public abstract string GetString(string sheetName, string convoName, string fallback = null)
Parameters
Type Name Description
string sheetName
string convoName
string fallback
Returns
Type Description
string
| Edit this page View Source

GetStringInternal(string)

Declaration
public abstract string GetStringInternal(string convoName)
Parameters
Type Name Description
string convoName
Returns
Type Description
string
| Edit this page View Source

GetStringInternal(string, string)

Declaration
public abstract string GetStringInternal(string convoName, string sheetName)
Parameters
Type Name Description
string convoName
string sheetName
Returns
Type Description
string
| Edit this page View Source

HasString(string)

Declaration
public abstract bool HasString(string convoName)
Parameters
Type Name Description
string convoName
Returns
Type Description
bool
| Edit this page View Source

HasString(string, string)

Declaration
public abstract bool HasString(string sheetName, string convoName)
Parameters
Type Name Description
string sheetName
string convoName
Returns
Type Description
bool

Implements

IImplementation

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾