Describes a test project in a portable manner for serialization.

Namespace:  Gallio.Runner.Projects.Schema
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
[SerializableAttribute]
public sealed class TestProjectData : IValidatable
Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class TestProjectData _
	Implements IValidatable

Inheritance Hierarchy

System..::.Object
  Gallio.Runner.Projects.Schema..::.TestProjectData

See Also