Пример #1
0
 /// <summary>
 /// Initializes a new instance of the ARQueryModified class.
 /// </summary>
 public ARQueryModified(Guid?id = default(Guid?), long?rowNumber = default(long?), string note = default(string), IDictionary <string, IDictionary <string, CustomField> > custom = default(IDictionary <string, IDictionary <string, CustomField> >), IList <FileLink> files = default(IList <FileLink>), StringValue docType = default(StringValue), StringValue referenceNbrARAdjustAdjdRefNbr = default(StringValue), StringValue adjgDocType = default(StringValue), StringValue adjgRefNbr = default(StringValue), IntValue adjustmentNbr = default(IntValue), DateTimeValue aRAdjustCreatedDateTime = default(DateTimeValue), DecimalValue aRAdjustCuryAdjdAmt = default(DecimalValue), DateTimeValue aRAdjustLastModifiedDateTime = default(DateTimeValue), DecimalValue balance = default(DecimalValue), DecimalValue amount = default(DecimalValue), StringValue type = default(StringValue), StringValue referenceNbrARRegisterRefNbr = default(StringValue), StringValue fromDate = default(StringValue), StringValue toDate = default(StringValue))
     : base(id, rowNumber, note, custom, files)
 {
     DocType = docType;
     ReferenceNbrARAdjustAdjdRefNbr = referenceNbrARAdjustAdjdRefNbr;
     AdjgDocType                  = adjgDocType;
     AdjgRefNbr                   = adjgRefNbr;
     AdjustmentNbr                = adjustmentNbr;
     ARAdjustCreatedDateTime      = aRAdjustCreatedDateTime;
     ARAdjustCuryAdjdAmt          = aRAdjustCuryAdjdAmt;
     ARAdjustLastModifiedDateTime = aRAdjustLastModifiedDateTime;
     Balance = balance;
     Amount  = amount;
     Type    = type;
     ReferenceNbrARRegisterRefNbr = referenceNbrARRegisterRefNbr;
     FromDate = fromDate;
     ToDate   = toDate;
 }