Show / Hide Table of Contents

Class MapperTypeReference

Base class for references to defined mapper types.

Inheritance
Object
Element
MapperTypeReference
MColourSliderReference
MKeyReference
MSliderReference
MToggleReference
MValueReference
Implements
IValidatable
Inherited Members
Element.Validate()
Element.Validate(String)
Element.MissingElement(String, String)
Element.MissingAttribute(String, String)
Element.InvalidData(String, String)
Element.Warn(String, String)
Element.LineNumber
Element.LinePosition
Element.AttributesUsed
Element.ElementsUsed
Element.FileName
Namespace: Modding.Serialization
Assembly: Assembly-CSharp.dll
Syntax
public abstract class MapperTypeReference : Element, IValidatable

Constructors

MapperTypeReference()

Declaration
protected MapperTypeReference()

Fields

Key

Key of the mapper type to reference.

Declaration
public string Key
Field Value
Type Description
String

Implements

IValidatable
Back to top Generated by DocFX