Selerix Developer Tools
Form Class
Members 






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : Form Class
Application Form object. Used to represent the "hard copy" of a document. Most of the time it is in .pdf form. The applicant needs to review and sign the form.
Object Model
Form ClassNoteCollection ClassNote ClassNote ClassNote ClassNote Class
Syntax
'Declaration
 
<BOXmlObservableItemAttribute(Type=Selerix.BusinessObjects.Form, 
   Mask="Form - [ID]", 
   NodeName="Form", 
   Visible=True, 
   IsEmpty=False)>
Public Class Form 
   Inherits AbstractScriptableObject
   Implements Selerix.Foundation.Data.IModelObject 
'Usage
 
Dim instance As Form
[BOXmlObservableItem(Type=Selerix.BusinessObjects.Form, 
   Mask="Form - [ID]", 
   NodeName="Form", 
   Visible=true, 
   IsEmpty=false)]
public class Form : AbstractScriptableObject, Selerix.Foundation.Data.IModelObject  
public class Form = class(AbstractScriptableObject, Selerix.Foundation.Data.IModelObject)
BOXmlObservableItemAttribute(Type=Selerix.BusinessObjects.Form, 
   Mask="Form - [ID]", 
   NodeName="Form", 
   Visible=, 
   IsEmpty=)
public class Form extends AbstractScriptableObject implements Selerix.Foundation.Data.IModelObject 
[BOXmlObservableItem(Type=Selerix.BusinessObjects.Form, 
   Mask="Form - [ID]", 
   NodeName="Form", 
   Visible=true, 
   IsEmpty=false)]
public __gc class Form : public AbstractScriptableObject, Selerix.Foundation.Data.IModelObject  
[BOXmlObservableItem(Type=Selerix.BusinessObjects.Form, 
   Mask="Form - [ID]", 
   NodeName="Form", 
   Visible=true, 
   IsEmpty=false)]
public ref class Form : public AbstractScriptableObject, Selerix.Foundation.Data.IModelObject  
Inheritance Hierarchy

System.Object
   Selerix.Foundation.Data.AbstractModelObject
      Selerix.Foundation.Data.AbstractEntityObject
               Selerix.BusinessObjects.Form

See Also

Reference

Form Members
Selerix.BusinessObjects Namespace