Click or drag to resize
IValidatable Interface
An interface to specify an object can have its validity tested.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public interface IValidatable

The IValidatable type exposes the following members.

Methods
  NameDescription
Public methodGetValidationStatus
Gets the validation status.
Top
Properties
  NameDescription
Public propertyValidationStatus
Gets the validation status.
Top
See Also