Пример #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";
 }
Пример #2
0
 /// <summary>
 /// transferResultType class constructor
 /// </summary>
 public transferResultType()
 {
     this.feeField    = new List <feeType>();
     this.periodField = new periodType();
 }
Пример #3
0
 /// <summary>
 /// infDataType class constructor
 /// </summary>
 public infDataType()
 {
     this.feeField     = new List <feeType>();
     this.periodField  = new periodType();
     this.commandField = new commandType();
 }
Пример #4
0
 /// <summary>
 /// infoType class constructor
 /// </summary>
 public infoType()
 {
     this.periodField  = new periodType();
     this.commandField = new commandType();
 }
Пример #5
0
 /// <summary>
 /// domainCheckType class constructor
 /// </summary>
 public domainCheckType()
 {
     this.periodField  = new periodType();
     this.commandField = new commandType();
 }