Exemple #1
0
 /// <summary> Constructor for a new instance of the ContactForm_Configuration_Element class </summary>
 /// <param name="Element_Type"> Type of element </param>
 public ContactForm_Configuration_Element(ContactForm_Configuration_Element_Type_Enum Element_Type)
 {
     this.Element_Type = Element_Type;
     UserAttribute     = User_Object_Attribute_Mapping_Enum.NONE;
     AlwaysShow        = false;
     Required          = false;
     QueryText         = new Web_Language_Translation_Lookup();
 }
 /// <summary> Constructor for a new instance of the ContactForm_Configuration_Element class </summary>
 /// <param name="Element_Type"> Type of element </param>
 public ContactForm_Configuration_Element(ContactForm_Configuration_Element_Type_Enum Element_Type )
 {
     this.Element_Type = Element_Type;
     UserAttribute = User_Object_Attribute_Mapping_Enum.NONE;
     AlwaysShow = false;
     Required = false;
     QueryText = new Web_Language_Translation_Lookup();
 }