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.
Assembly: Assembly-CSharp.dll
Syntax
public interface IValidatable
Properties
AttributesUsed
Declaration
string AttributesUsed { get; }
Property Value
ElementsUsed
Declaration
string ElementsUsed { get; }
Property Value
FileName
Declaration
Property Value
LineNumber
Declaration
Property Value
LinePosition
Declaration
int LinePosition { get; }
Property Value