Exemple #1
0
 public REMARK_2_RESOLUTION_NOTAPPLICABLE_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     REMARK = new REMARK_Field(columnFormatLine);
     _2     = new _2_Field(columnFormatLine);
     RESOLUTION_NOT_APPLICABLE_ = new RESOLUTION_NOT_APPLICABLE_Field(columnFormatLine);
     additionalData             = new additionalData_Field(columnFormatLine);
 }
 public REMARK_2_RESOLUTION_ANGSTROMS_Record(string columnFormatLine)
     : base(columnFormatLine)
 {
     REMARK         = new REMARK_Field(columnFormatLine);
     _2             = new _2_Field(columnFormatLine);
     RESOLUTION_    = new RESOLUTION_Field(columnFormatLine);
     resolution     = new resolution_Field(columnFormatLine);
     ANGSTROMS_     = new ANGSTROMS_Field(columnFormatLine);
     additionalData = new additionalData_Field(columnFormatLine);
 }