Show / Hide Table of Contents

Interface IValidatable

The base interface a class must implement for it to be validated using the generic validation system.

You should normally use the Element class instead of implementing this interface yourself.

Namespace: Modding.Serialization
Assembly: Assembly-CSharp.dll
Syntax
public interface IValidatable

Properties

AttributesUsed

Declaration
string AttributesUsed { get; }
Property Value
Type Description
String

ElementsUsed

Declaration
string ElementsUsed { get; }
Property Value
Type Description
String

FileName

Declaration
string FileName { get; }
Property Value
Type Description
String

LineNumber

Declaration
int LineNumber { get; }
Property Value
Type Description
Int32

LinePosition

Declaration
int LinePosition { get; }
Property Value
Type Description
Int32
Back to top Generated by DocFX