IValidatable
Description
- Extended by
- 
ConfigDoc sealed 
 ConfigDomain sealed
 ConfigValue abstract
 IDocumentNode
 IFileData
 IGeoRegistry
 IImageReader
 IModelPart
 IModelReader
 IOperation
 IPsiNode
 IRenderEffectBase
 IShapeReader
 MeshChunkBuilder sealed
 MeshOptions sealed
 ModelScanner sealed
 SceneOptions sealed
 VirtualPath sealed
Base interface for classes that can validate their instances.
Extensions
ValidateThrowErrors
Validates the given object and throws a ValidatingException if the validation fails because of errors (see ValidateMessageType.Error).
- ValidatingException
- 
If the validation has failed. 
ValidateThrowErrorsAndWarnings
Validates the given object and throws a ValidatingException if the validation fails because of errors (see ValidateMessageType.Error) or warnings (see ValidateMessageType.Warning).
- ValidatingException
- 
If the validation has failed.