Show / Hide Table of Contents

Class LanguageEditModule.LanguageEdit

Inheritance
System.Object
LanguageEditModule.LanguageEdit
Implements
System.IEquatable<LanguageEditModule.LanguageEdit>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ItemChanger.Modules
Assembly: ItemChanger.dll
Syntax
public class LanguageEdit : IEquatable<LanguageEditModule.LanguageEdit>

Properties

| Improve this Doc View Source

IgnoreExistingOverrides

If false, and the key has been set to a nonempty value in a language.xml included with ItemChanger, then the language edit will not run.

Declaration
public bool IgnoreExistingOverrides { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Key

Declaration
public string Key { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

LanguageKey

Declaration
public LanguageKey LanguageKey { get; }
Property Value
Type Description
LanguageKey
| Improve this Doc View Source

Sheet

Declaration
public string Sheet { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Value

Declaration
public string Value { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

Edit(ref String)

Declaration
public void Edit(ref string value)
Parameters
Type Name Description
System.String value
| Improve this Doc View Source

Hook()

Declaration
public void Hook()
| Improve this Doc View Source

Unhook()

Declaration
public void Unhook()

Implements

System.IEquatable<T>

Extension Methods

Extensions.Yield<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX