Example #1
0
 /// <summary>
 /// domainCDType class constructor
 /// </summary>
 public domainCDType()
 {
     this.nameField    = new nameType();
     this.feeField     = new List <feeType>();
     this.periodField  = new periodType();
     this.commandField = new commandType();
     this.@class       = "standard";
 }
Example #2
0
 /// <summary>
 /// infDataType class constructor
 /// </summary>
 public infDataType()
 {
     this.feeField     = new List <feeType>();
     this.periodField  = new periodType();
     this.commandField = new commandType();
 }
Example #3
0
 /// <summary>
 /// infoType class constructor
 /// </summary>
 public infoType()
 {
     this.periodField  = new periodType();
     this.commandField = new commandType();
 }
Example #4
0
 /// <summary>
 /// domainCheckType class constructor
 /// </summary>
 public domainCheckType()
 {
     this.periodField  = new periodType();
     this.commandField = new commandType();
 }