The AnswerTable class specifies the attributes of the Answer table.
Object Model
Syntax
'Declaration
Public Class AnswerTable
Inherits Answer
Implements Selerix.Foundation.Data.IModelObject
'Usage
Dim instance As AnswerTable
public class AnswerTable : Answer, Selerix.Foundation.Data.IModelObject
public class AnswerTable = class(Answer, Selerix.Foundation.Data.IModelObject)
public class AnswerTable extends Answer implements Selerix.Foundation.Data.IModelObject
public __gc class AnswerTable : public Answer, Selerix.Foundation.Data.IModelObject
public ref class AnswerTable : public Answer, Selerix.Foundation.Data.IModelObject
Inheritance Hierarchy
See Also