Specifies the attributes of a test case, which is useful in identifying calculation errors or rate configuration errors in the system.
Syntax
'Declaration
<XmlRootAttribute("TestCase")>
<BOXmlObservableItemAttribute(Type=Selerix.BusinessObjects.TestCase,
Mask="TestCase",
NodeName="TestCase",
Visible=True,
Observable=True,
IsEmpty=False)>
<SerializableAttribute()>
Public Class TestCase
Inherits Selerix.Foundation.Data.AbstractModelObject
Implements Selerix.Foundation.Data.IModelObject
'Usage
Dim instance As TestCase
[XmlRoot("TestCase")]
[BOXmlObservableItem(Type=Selerix.BusinessObjects.TestCase,
Mask="TestCase",
NodeName="TestCase",
Visible=true,
Observable=true,
IsEmpty=false)]
[Serializable()]
public class TestCase : Selerix.Foundation.Data.AbstractModelObject, Selerix.Foundation.Data.IModelObject
public class TestCase = class(Selerix.Foundation.Data.AbstractModelObject, Selerix.Foundation.Data.IModelObject)
XmlRootAttribute("TestCase")
BOXmlObservableItemAttribute(Type=Selerix.BusinessObjects.TestCase,
Mask="TestCase",
NodeName="TestCase",
Visible=,
Observable=,
IsEmpty=)
SerializableAttribute()
public class TestCase extends Selerix.Foundation.Data.AbstractModelObject implements Selerix.Foundation.Data.IModelObject
[XmlRoot("TestCase")]
[BOXmlObservableItem(Type=Selerix.BusinessObjects.TestCase,
Mask="TestCase",
NodeName="TestCase",
Visible=true,
Observable=true,
IsEmpty=false)]
[Serializable()]
public __gc class TestCase : public Selerix.Foundation.Data.AbstractModelObject, Selerix.Foundation.Data.IModelObject
[XmlRoot("TestCase")]
[BOXmlObservableItem(Type=Selerix.BusinessObjects.TestCase,
Mask="TestCase",
NodeName="TestCase",
Visible=true,
Observable=true,
IsEmpty=false)]
[Serializable()]
public ref class TestCase : public Selerix.Foundation.Data.AbstractModelObject, Selerix.Foundation.Data.IModelObject
Inheritance Hierarchy
See Also