Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMdynamicpropertyassociation class.
 /// </summary>
 /// <param name="createdon">Shows the date and time when the record was
 /// created.</param>
 /// <param name="dynamicpropertyassociationid">Shows the unique
 /// identifier of the property association.</param>
 /// <param name="_organizationidValue">Shows the organization
 /// associated with the record.</param>
 /// <param name="_modifiedbyValue">Shows who last updated the
 /// record.</param>
 /// <param name="_createdbyValue">Shows who created the record.</param>
 /// <param name="_createdonbehalfbyValue">Shows who created the record
 /// on behalf of another user.</param>
 /// <param name="importsequencenumber">Shows the data import or data
 /// migration that created this record.</param>
 /// <param name="inheritancestate">Shows the inheritance state in
 /// relationship to the parent property.</param>
 /// <param name="_regardingobjectidValue">Shows the object that the
 /// property is associated with.</param>
 /// <param name="_transactioncurrencyidValue">Shows the currency
 /// associated with the record.</param>
 /// <param name="_modifiedonbehalfbyValue">Shows who created the record
 /// on behalf of another user.</param>
 /// <param name="dmtimportstate">Internal Use Only</param>
 /// <param name="versionnumber">Shows the version number of the
 /// property association.</param>
 /// <param name="associationstatus">Shows the status of the property
 /// association.</param>
 /// <param name="modifiedon">Shows the date and time when the record
 /// was last updated.</param>
 /// <param name="overriddencreatedon">Shows the date and time that the
 /// record was migrated.</param>
 /// <param name="exchangerate">Shows the conversion rate of the
 /// record's currency. The exchange rate is used to convert all money
 /// fields in the record from the local currency to the system's
 /// default currency.</param>
 /// <param name="_dynamicpropertyidValue">Shows the property that uses
 /// this option set item.</param>
 public MicrosoftDynamicsCRMdynamicpropertyassociation(System.DateTimeOffset?createdon = default(System.DateTimeOffset?), string dynamicpropertyassociationid = default(string), string _organizationidValue = default(string), string _modifiedbyValue = default(string), string _createdbyValue = default(string), string _createdonbehalfbyValue = default(string), int?importsequencenumber = default(int?), int?inheritancestate = default(int?), string _regardingobjectidValue = default(string), string _transactioncurrencyidValue = default(string), string _modifiedonbehalfbyValue = default(string), int?dmtimportstate = default(int?), string versionnumber = default(string), int?associationstatus = default(int?), System.DateTimeOffset?modifiedon = default(System.DateTimeOffset?), System.DateTimeOffset?overriddencreatedon = default(System.DateTimeOffset?), decimal?exchangerate = default(decimal?), string _dynamicpropertyidValue = default(string), MicrosoftDynamicsCRMtransactioncurrency transactioncurrencyid = default(MicrosoftDynamicsCRMtransactioncurrency), MicrosoftDynamicsCRMsystemuser modifiedby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMproductassociation regardingobjectidProductassociation = default(MicrosoftDynamicsCRMproductassociation), MicrosoftDynamicsCRMsystemuser modifiedonbehalfby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMdynamicproperty dynamicpropertyid = default(MicrosoftDynamicsCRMdynamicproperty), MicrosoftDynamicsCRMsystemuser createdby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMorganization organizationid = default(MicrosoftDynamicsCRMorganization), MicrosoftDynamicsCRMsystemuser createdonbehalfby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMproduct regardingobjectidProduct = default(MicrosoftDynamicsCRMproduct))
 {
     Createdon = createdon;
     Dynamicpropertyassociationid     = dynamicpropertyassociationid;
     this._organizationidValue        = _organizationidValue;
     this._modifiedbyValue            = _modifiedbyValue;
     this._createdbyValue             = _createdbyValue;
     this._createdonbehalfbyValue     = _createdonbehalfbyValue;
     Importsequencenumber             = importsequencenumber;
     Inheritancestate                 = inheritancestate;
     this._regardingobjectidValue     = _regardingobjectidValue;
     this._transactioncurrencyidValue = _transactioncurrencyidValue;
     this._modifiedonbehalfbyValue    = _modifiedonbehalfbyValue;
     Dmtimportstate                      = dmtimportstate;
     Versionnumber                       = versionnumber;
     Associationstatus                   = associationstatus;
     Modifiedon                          = modifiedon;
     Overriddencreatedon                 = overriddencreatedon;
     Exchangerate                        = exchangerate;
     this._dynamicpropertyidValue        = _dynamicpropertyidValue;
     Transactioncurrencyid               = transactioncurrencyid;
     Modifiedby                          = modifiedby;
     RegardingobjectidProductassociation = regardingobjectidProductassociation;
     Modifiedonbehalfby                  = modifiedonbehalfby;
     Dynamicpropertyid                   = dynamicpropertyid;
     Createdby                = createdby;
     Organizationid           = organizationid;
     Createdonbehalfby        = createdonbehalfby;
     RegardingobjectidProduct = regardingobjectidProduct;
     CustomInit();
 }
 /// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMdynamicproperty class.
 /// </summary>
 /// <param name="rootdynamicpropertyid">Shows the root property that
 /// this property is derived from.</param>
 /// <param name="_organizationidValue">Unique identifier of the
 /// organization associated with the property.</param>
 /// <param name="createdon">Shows the date and time when the record was
 /// created.</param>
 /// <param name="defaultvaluestring">Shows the default value of the
 /// property for a string data type.</param>
 /// <param name="importsequencenumber">Unique identifier of the data
 /// import or data migration that created this property.</param>
 /// <param name="_basedynamicpropertyidValue">Shows the property in the
 /// product family that this property is being inherited from.</param>
 /// <param name="isreadonly">Defines whether the attribute is read-only
 /// or if it can be edited.</param>
 /// <param name="defaultvalueinteger">Shows the default value of the
 /// property for a whole number data type.</param>
 /// <param name="isrequired">Defines whether the attribute is
 /// mandatory.</param>
 /// <param name="dmtimportstate">Internal Use Only</param>
 /// <param name="statecode">Shows the state of the property.</param>
 /// <param name="_modifiedonbehalfbyValue">Shows who created the record
 /// on behalf of another user.</param>
 /// <param name="maxvalueinteger">Shows the maximum allowed value of
 /// the property for a whole number data type.</param>
 /// <param name="maxvaluedouble">Shows the maximum allowed value of the
 /// property for a double data type.</param>
 /// <param name="_modifiedbyValue">Shows who last updated the
 /// record.</param>
 /// <param name="minvaluedecimal">Shows the minimum allowed value of
 /// the property for a decimal data type.</param>
 /// <param name="_createdbyValue">Shows who created the record.</param>
 /// <param name="_createdonbehalfbyValue">Shows who created the record
 /// on behalf of another user.</param>
 /// <param name="name">Type the name of the property.</param>
 /// <param name="defaultvaluedecimal">Shows the default value of the
 /// property for a decimal data type.</param>
 /// <param name="maxlengthstring">Shows the maximum allowed length of
 /// the property for a string data type.</param>
 /// <param name="description">Type a description for the
 /// property.</param>
 /// <param name="maxvaluedecimal">Shows the maximum allowed value of
 /// the property for a decimal data type.</param>
 /// <param name="defaultvaluedouble">Shows the default value of the
 /// property for a double data type.</param>
 /// <param name="overwrittendynamicpropertyid">Shows the related
 /// overwritten property.</param>
 /// <param name="overriddencreatedon">Date and time that the attribute
 /// was migrated.</param>
 /// <param name="minvaluedouble">Shows the minimum allowed value of the
 /// property for a double data type.</param>
 /// <param name="_defaultvalueoptionsetValue">Shows the default value
 /// of the property.</param>
 /// <param name="statuscode">Shows whether the property is active or
 /// inactive.</param>
 /// <param name="precision">Shows the allowed precision of the property
 /// for a whole number data type.</param>
 /// <param name="dynamicpropertyid">Shows the unique identifier of the
 /// property.</param>
 /// <param name="modifiedon">Shows the date and time when the record
 /// was last updated.</param>
 /// <param name="_regardingobjectidValue">Choose the product that the
 /// property is associated with.</param>
 /// <param name="minvalueinteger">Shows the minimum allowed value of
 /// the property for a whole number data type.</param>
 /// <param name="ishidden">Defines whether the attribute is hidden or
 /// shown.</param>
 /// <param name="versionnumber">Version number of the property.</param>
 /// <param name="datatype">Select the data type of the
 /// property.</param>
 public MicrosoftDynamicsCRMdynamicproperty(string rootdynamicpropertyid = default(string), string _organizationidValue = default(string), System.DateTimeOffset?createdon = default(System.DateTimeOffset?), string defaultvaluestring = default(string), int?importsequencenumber = default(int?), string _basedynamicpropertyidValue = default(string), bool?isreadonly = default(bool?), int?defaultvalueinteger = default(int?), bool?isrequired = default(bool?), int?dmtimportstate = default(int?), int?statecode = default(int?), string _modifiedonbehalfbyValue = default(string), int?maxvalueinteger = default(int?), decimal?maxvaluedouble = default(decimal?), string _modifiedbyValue = default(string), decimal?minvaluedecimal = default(decimal?), string _createdbyValue = default(string), string _createdonbehalfbyValue = default(string), string name = default(string), decimal?defaultvaluedecimal = default(decimal?), int?maxlengthstring = default(int?), string description = default(string), decimal?maxvaluedecimal = default(decimal?), decimal?defaultvaluedouble = default(decimal?), string overwrittendynamicpropertyid = default(string), System.DateTimeOffset?overriddencreatedon = default(System.DateTimeOffset?), decimal?minvaluedouble = default(decimal?), string _defaultvalueoptionsetValue = default(string), int?statuscode = default(int?), int?precision = default(int?), string dynamicpropertyid = default(string), System.DateTimeOffset?modifiedon = default(System.DateTimeOffset?), string _regardingobjectidValue = default(string), int?minvalueinteger = default(int?), bool?ishidden = default(bool?), string versionnumber = default(string), int?datatype = default(int?), MicrosoftDynamicsCRMsystemuser createdonbehalfby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMdynamicproperty basedynamicpropertyid = default(MicrosoftDynamicsCRMdynamicproperty), IList <MicrosoftDynamicsCRMdynamicproperty> dynamicpropertyBaseDynamicproperty = default(IList <MicrosoftDynamicsCRMdynamicproperty>), IList <MicrosoftDynamicsCRMdynamicpropertyinstance> dynamicPropertyDynamicPropertyInstance = default(IList <MicrosoftDynamicsCRMdynamicpropertyinstance>), MicrosoftDynamicsCRMsystemuser createdby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMproductassociation regardingobjectidProductassociation = default(MicrosoftDynamicsCRMproductassociation), MicrosoftDynamicsCRMproduct regardingobjectidProduct = default(MicrosoftDynamicsCRMproduct), MicrosoftDynamicsCRMsystemuser modifiedonbehalfby = default(MicrosoftDynamicsCRMsystemuser), IList <MicrosoftDynamicsCRMdynamicpropertyassociation> dynamicpropertyDynamicPropertyAssociation = default(IList <MicrosoftDynamicsCRMdynamicpropertyassociation>), MicrosoftDynamicsCRMorganization organizationid = default(MicrosoftDynamicsCRMorganization), IList <MicrosoftDynamicsCRMdynamicpropertyoptionsetitem> dynamicPropertyDynamicPropertyOptionSetItem = default(IList <MicrosoftDynamicsCRMdynamicpropertyoptionsetitem>), MicrosoftDynamicsCRMdynamicpropertyoptionsetitem dynamicpropertyoptionsetvalueid = default(MicrosoftDynamicsCRMdynamicpropertyoptionsetitem), MicrosoftDynamicsCRMsystemuser modifiedby = default(MicrosoftDynamicsCRMsystemuser))
 {
     Rootdynamicpropertyid     = rootdynamicpropertyid;
     this._organizationidValue = _organizationidValue;
     Createdon                        = createdon;
     Defaultvaluestring               = defaultvaluestring;
     Importsequencenumber             = importsequencenumber;
     this._basedynamicpropertyidValue = _basedynamicpropertyidValue;
     Isreadonly                       = isreadonly;
     Defaultvalueinteger              = defaultvalueinteger;
     Isrequired                       = isrequired;
     Dmtimportstate                   = dmtimportstate;
     Statecode                        = statecode;
     this._modifiedonbehalfbyValue    = _modifiedonbehalfbyValue;
     Maxvalueinteger                  = maxvalueinteger;
     Maxvaluedouble                   = maxvaluedouble;
     this._modifiedbyValue            = _modifiedbyValue;
     Minvaluedecimal                  = minvaluedecimal;
     this._createdbyValue             = _createdbyValue;
     this._createdonbehalfbyValue     = _createdonbehalfbyValue;
     Name = name;
     Defaultvaluedecimal              = defaultvaluedecimal;
     Maxlengthstring                  = maxlengthstring;
     Description                      = description;
     Maxvaluedecimal                  = maxvaluedecimal;
     Defaultvaluedouble               = defaultvaluedouble;
     Overwrittendynamicpropertyid     = overwrittendynamicpropertyid;
     Overriddencreatedon              = overriddencreatedon;
     Minvaluedouble                   = minvaluedouble;
     this._defaultvalueoptionsetValue = _defaultvalueoptionsetValue;
     Statuscode                   = statuscode;
     Precision                    = precision;
     Dynamicpropertyid            = dynamicpropertyid;
     Modifiedon                   = modifiedon;
     this._regardingobjectidValue = _regardingobjectidValue;
     Minvalueinteger              = minvalueinteger;
     Ishidden              = ishidden;
     Versionnumber         = versionnumber;
     Datatype              = datatype;
     Createdonbehalfby     = createdonbehalfby;
     Basedynamicpropertyid = basedynamicpropertyid;
     DynamicpropertyBaseDynamicproperty     = dynamicpropertyBaseDynamicproperty;
     DynamicPropertyDynamicPropertyInstance = dynamicPropertyDynamicPropertyInstance;
     Createdby = createdby;
     RegardingobjectidProductassociation = regardingobjectidProductassociation;
     RegardingobjectidProduct            = regardingobjectidProduct;
     Modifiedonbehalfby = modifiedonbehalfby;
     DynamicpropertyDynamicPropertyAssociation = dynamicpropertyDynamicPropertyAssociation;
     Organizationid = organizationid;
     DynamicPropertyDynamicPropertyOptionSetItem = dynamicPropertyDynamicPropertyOptionSetItem;
     Dynamicpropertyoptionsetvalueid             = dynamicpropertyoptionsetvalueid;
     Modifiedby = modifiedby;
     CustomInit();
 }
Esempio n. 3
0
 /// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMsalesorderdetail class.
 /// </summary>
 public MicrosoftDynamicsCRMsalesorderdetail(string owningbusinessunit = default(string), string shiptoCity = default(string), int?lineitemnumber = default(int?), object quantity = default(object), bool?isproductoverridden = default(bool?), int?pricingerrorcode = default(int?), string parentbundleid = default(string), string shiptoCountry = default(string), string productdescription = default(string), string shiptoContactname = default(string), int?shiptoFreighttermscode = default(int?), int?importsequencenumber = default(int?), string owninguser = default(string), object manualdiscountamountBase = default(object), string _productidValue = default(string), bool?iscopied = default(bool?), string shiptoLine1 = default(string), string description = default(string), System.DateTimeOffset?createdon = default(System.DateTimeOffset?), string _modifiedonbehalfbyValue = default(string), int?propertyconfigurationstatus = default(int?), object extendedamount = default(object), System.DateTimeOffset?modifiedon = default(System.DateTimeOffset?), object quantityshipped = default(object), bool?salesorderispricelocked = default(bool?), string _uomidValue = default(string), int?utcconversiontimezonecode = default(int?), int?producttypecode = default(int?), string salesorderdetailid = default(string), bool?ispriceoverridden = default(bool?), object volumediscountamountBase = default(object), object baseamountBase = default(object), object tax = default(object), object baseamount = default(object), string shiptoLine3 = default(string), string productassociationid = default(string), string shiptoLine2 = default(string), int?sequencenumber = default(int?), string shiptoAddressid = default(string), string _modifiedbyValue = default(string), object quantitycancelled = default(object), string _salesrepidValue = default(string), string _salesorderidValue = default(string), object exchangerate = default(object), string shiptoFax = default(string), string shiptoStateorprovince = default(string), string shiptoTelephone = default(string), string _createdonbehalfbyValue = default(string), object priceperunitBase = default(object), System.DateTimeOffset?requestdeliveryby = default(System.DateTimeOffset?), object quantitybackordered = default(object), System.DateTimeOffset?overriddencreatedon = default(System.DateTimeOffset?), string shiptoName = default(string), object extendedamountBase = default(object), object manualdiscountamount = default(object), string shiptoPostalcode = default(string), object priceperunit = default(object), int?timezoneruleversionnumber = default(int?), int?salesorderstatecode = default(int?), long?versionnumber = default(long?), bool?willcall = default(bool?), object taxBase = default(object), object volumediscountamount = default(object), string _owneridValue = default(string), string _transactioncurrencyidValue = default(string), string _createdbyValue = default(string), MicrosoftDynamicsCRMsystemuser createdonbehalfby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsalesorderdetail parentbundleidSalesorderdetail = default(MicrosoftDynamicsCRMsalesorderdetail), IList <MicrosoftDynamicsCRMsalesorderdetail> salesorderdetailParentSalesorderdetail = default(IList <MicrosoftDynamicsCRMsalesorderdetail>), MicrosoftDynamicsCRMuom uomid = default(MicrosoftDynamicsCRMuom), MicrosoftDynamicsCRMproductassociation productassociationidProductassociation = default(MicrosoftDynamicsCRMproductassociation), MicrosoftDynamicsCRMsalesorder salesorderid = default(MicrosoftDynamicsCRMsalesorder), IList <MicrosoftDynamicsCRMasyncoperation> salesOrderDetailAsyncOperations = default(IList <MicrosoftDynamicsCRMasyncoperation>), MicrosoftDynamicsCRMsystemuser createdby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser salesrepid = default(MicrosoftDynamicsCRMsystemuser), IList <MicrosoftDynamicsCRMdynamicpropertyinstance> salesOrderDetailDynamicpropertyinstance = default(IList <MicrosoftDynamicsCRMdynamicpropertyinstance>), MicrosoftDynamicsCRMsystemuser modifiedonbehalfby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMtransactioncurrency transactioncurrencyid = default(MicrosoftDynamicsCRMtransactioncurrency), MicrosoftDynamicsCRMproduct productid = default(MicrosoftDynamicsCRMproduct), MicrosoftDynamicsCRMsystemuser modifiedby = default(MicrosoftDynamicsCRMsystemuser), IList <MicrosoftDynamicsCRMbulkdeletefailure> salesOrderDetailBulkDeleteFailures = default(IList <MicrosoftDynamicsCRMbulkdeletefailure>), IList <MicrosoftDynamicsCRMsyncerror> salesOrderDetailSyncErrors = default(IList <MicrosoftDynamicsCRMsyncerror>))
 {
     Owningbusinessunit            = owningbusinessunit;
     ShiptoCity                    = shiptoCity;
     Lineitemnumber                = lineitemnumber;
     Quantity                      = quantity;
     Isproductoverridden           = isproductoverridden;
     Pricingerrorcode              = pricingerrorcode;
     Parentbundleid                = parentbundleid;
     ShiptoCountry                 = shiptoCountry;
     Productdescription            = productdescription;
     ShiptoContactname             = shiptoContactname;
     ShiptoFreighttermscode        = shiptoFreighttermscode;
     Importsequencenumber          = importsequencenumber;
     Owninguser                    = owninguser;
     ManualdiscountamountBase      = manualdiscountamountBase;
     this._productidValue          = _productidValue;
     Iscopied                      = iscopied;
     ShiptoLine1                   = shiptoLine1;
     Description                   = description;
     Createdon                     = createdon;
     this._modifiedonbehalfbyValue = _modifiedonbehalfbyValue;
     Propertyconfigurationstatus   = propertyconfigurationstatus;
     Extendedamount                = extendedamount;
     Modifiedon                    = modifiedon;
     Quantityshipped               = quantityshipped;
     Salesorderispricelocked       = salesorderispricelocked;
     this._uomidValue              = _uomidValue;
     Utcconversiontimezonecode     = utcconversiontimezonecode;
     Producttypecode               = producttypecode;
     Salesorderdetailid            = salesorderdetailid;
     Ispriceoverridden             = ispriceoverridden;
     VolumediscountamountBase      = volumediscountamountBase;
     BaseamountBase                = baseamountBase;
     Tax                                     = tax;
     Baseamount                              = baseamount;
     ShiptoLine3                             = shiptoLine3;
     Productassociationid                    = productassociationid;
     ShiptoLine2                             = shiptoLine2;
     Sequencenumber                          = sequencenumber;
     ShiptoAddressid                         = shiptoAddressid;
     this._modifiedbyValue                   = _modifiedbyValue;
     Quantitycancelled                       = quantitycancelled;
     this._salesrepidValue                   = _salesrepidValue;
     this._salesorderidValue                 = _salesorderidValue;
     Exchangerate                            = exchangerate;
     ShiptoFax                               = shiptoFax;
     ShiptoStateorprovince                   = shiptoStateorprovince;
     ShiptoTelephone                         = shiptoTelephone;
     this._createdonbehalfbyValue            = _createdonbehalfbyValue;
     PriceperunitBase                        = priceperunitBase;
     Requestdeliveryby                       = requestdeliveryby;
     Quantitybackordered                     = quantitybackordered;
     Overriddencreatedon                     = overriddencreatedon;
     ShiptoName                              = shiptoName;
     ExtendedamountBase                      = extendedamountBase;
     Manualdiscountamount                    = manualdiscountamount;
     ShiptoPostalcode                        = shiptoPostalcode;
     Priceperunit                            = priceperunit;
     Timezoneruleversionnumber               = timezoneruleversionnumber;
     Salesorderstatecode                     = salesorderstatecode;
     Versionnumber                           = versionnumber;
     Willcall                                = willcall;
     TaxBase                                 = taxBase;
     Volumediscountamount                    = volumediscountamount;
     this._owneridValue                      = _owneridValue;
     this._transactioncurrencyidValue        = _transactioncurrencyidValue;
     this._createdbyValue                    = _createdbyValue;
     Createdonbehalfby                       = createdonbehalfby;
     ParentbundleidSalesorderdetail          = parentbundleidSalesorderdetail;
     SalesorderdetailParentSalesorderdetail  = salesorderdetailParentSalesorderdetail;
     Uomid                                   = uomid;
     ProductassociationidProductassociation  = productassociationidProductassociation;
     Salesorderid                            = salesorderid;
     SalesOrderDetailAsyncOperations         = salesOrderDetailAsyncOperations;
     Createdby                               = createdby;
     Salesrepid                              = salesrepid;
     SalesOrderDetailDynamicpropertyinstance = salesOrderDetailDynamicpropertyinstance;
     Modifiedonbehalfby                      = modifiedonbehalfby;
     Transactioncurrencyid                   = transactioncurrencyid;
     Productid                               = productid;
     Modifiedby                              = modifiedby;
     SalesOrderDetailBulkDeleteFailures      = salesOrderDetailBulkDeleteFailures;
     SalesOrderDetailSyncErrors              = salesOrderDetailSyncErrors;
     CustomInit();
 }
 /// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMopportunityproduct class.
 /// </summary>
 /// <param name="_modifiedbyValue">Shows who last updated the
 /// record.</param>
 /// <param name="isproductoverridden">For system use only.</param>
 /// <param name="priceperunit">Shows the price per unit of the
 /// opportunity product, based on the price list specified on the
 /// parent opportunity.</param>
 /// <param name="_createdonbehalfbyValue">Shows who created the record
 /// on behalf of another user.</param>
 /// <param name="taxBase">Shows the Tax field converted to the system's
 /// default base currency for reporting purposes. The calculation uses
 /// the exchange rate specified in the Currencies area.</param>
 /// <param name="quantity">Type the amount or quantity of the product
 /// the customer would like to purchase.</param>
 /// <param name="productdescription">Type a detailed product
 /// description or additional notes about the opportunity product, such
 /// as talking points or product updates, that will assist the sales
 /// team when they discuss the product with the customer.</param>
 /// <param name="ispriceoverridden">Select whether the pricing on the
 /// opportunity product reflects an override of the product catalog
 /// pricing.</param>
 /// <param name="description">Type additional information to describe
 /// the opportunity product, such as manufacturing details.</param>
 /// <param name="_transactioncurrencyidValue">Choose the local currency
 /// for the record to make sure budgets are reported in the correct
 /// currency.</param>
 /// <param name="baseamountBase">Shows the Amount field converted to
 /// the system's default base currency. The calculation uses the
 /// exchange rate specified in the Currencies area.</param>
 /// <param name="lineitemnumber">Type the line item number for the
 /// opportunity product to easily identify the product in the
 /// opportunity documents and make sure it's listed in the correct
 /// order.</param>
 /// <param name="manualdiscountamount">Type the manual discount amount
 /// for the opportunity product to deduct any negotiated or other
 /// savings from the product total.</param>
 /// <param name="extendedamount">Shows the total amount due for the
 /// opportunity product, calculated on the Amount value minus the
 /// Manual Discount amount.</param>
 /// <param name="priceperunitBase">Shows the Price Per Unit field
 /// converted to the system's default base currency for reporting
 /// purposes. The calculation uses the exchange rate specified in the
 /// Currencies area.</param>
 /// <param name="producttypecode">Product Type</param>
 /// <param name="opportunitystatecode">Select the status of the
 /// opportunity product.</param>
 /// <param name="createdon">Shows the date and time when the record was
 /// created. The date and time are displayed in the time zone selected
 /// in Microsoft Dynamics 365 options.</param>
 /// <param name="parentbundleid">Choose the parent bundle associated
 /// with this product</param>
 /// <param name="pricingerrorcode">Select the pricing error for the
 /// opportunity product.</param>
 /// <param name="volumediscountamount">Shows the discount amount per
 /// unit if a specified volume is purchased. Configure volume discounts
 /// in the Product Catalog in the Settings area.</param>
 /// <param name="baseamount">Shows the total price of the opportunity
 /// product, based on the price per unit, volume discount, and
 /// quantity.</param>
 /// <param name="overriddencreatedon">Date and time that the record was
 /// migrated.</param>
 /// <param name="opportunityproductid">Unique identifier of the
 /// opportunity product.</param>
 /// <param name="_uomidValue">Choose the unit of measurement for the
 /// base unit quantity for this purchase, such as each or
 /// dozen.</param>
 /// <param name="entityimage">The default image for the entity.</param>
 /// <param name="owninguser">Unique identifier of the user who owns the
 /// opportunity product.</param>
 /// <param name="_opportunityidValue">Unique identifier of the
 /// opportunity with which the opportunity product is
 /// associated.</param>
 /// <param name="manualdiscountamountBase">Shows the Manual Discount
 /// field converted to the system's default base currency for reporting
 /// purposes. The calculation uses the exchange rate specified in the
 /// Currencies area.</param>
 /// <param name="modifiedon">Shows the date and time when the record
 /// was last updated. The date and time are displayed in the time zone
 /// selected in Microsoft Dynamics 365 options.</param>
 /// <param name="versionnumber">Version number of the opportunity
 /// product.</param>
 /// <param name="entityimageid">For internal use only.</param>
 /// <param name="_productidValue">Choose the product to include on the
 /// opportunity to link the product's pricing and other information to
 /// the opportunity.</param>
 /// <param name="timezoneruleversionnumber">For internal use
 /// only.</param>
 /// <param name="importsequencenumber">Unique identifier of the data
 /// import or data migration that created this record.</param>
 /// <param name="productassociationid">Unique identifier of the product
 /// line item association with bundle in the opportunity</param>
 /// <param name="owningbusinessunit">Unique identifier of the business
 /// unit that owns the opportunity product.</param>
 /// <param name="_modifiedonbehalfbyValue">Unique identifier of the
 /// delegate user who last modified the opportunityproduct.</param>
 /// <param name="propertyconfigurationstatus">Status of the property
 /// configuration.</param>
 /// <param name="tax">Type the tax amount to be applied on the
 /// opportunity product.</param>
 /// <param name="volumediscountamountBase">Shows the Volume Discount
 /// field converted to the system's default base currency for reporting
 /// purposes. The calculation uses the exchange rate specified in the
 /// Currencies area.</param>
 /// <param name="extendedamountBase">Shows the Extended Amount field
 /// converted to the system's default base currency. The calculation
 /// uses the exchange rate specified in the Currencies area.</param>
 /// <param name="exchangerate">Shows the conversion rate of the
 /// record's currency. The exchange rate is used to convert all money
 /// fields in the record from the local currency to the system's
 /// default currency.</param>
 /// <param name="utcconversiontimezonecode">Time zone code that was in
 /// use when the record was created.</param>
 /// <param name="_owneridValue">Unique identifier of the user or team
 /// who owns the opportunity product.</param>
 /// <param name="sequencenumber">Shows the ID of the data that
 /// maintains the sequence.</param>
 /// <param name="_createdbyValue">Shows who created the record.</param>
 public MicrosoftDynamicsCRMopportunityproduct(string _modifiedbyValue = default(string), bool?isproductoverridden = default(bool?), decimal?priceperunit = default(decimal?), string _createdonbehalfbyValue = default(string), decimal?taxBase = default(decimal?), decimal?quantity = default(decimal?), string productdescription = default(string), bool?ispriceoverridden = default(bool?), string description = default(string), string _transactioncurrencyidValue = default(string), decimal?baseamountBase = default(decimal?), int?lineitemnumber = default(int?), decimal?manualdiscountamount = default(decimal?), decimal?extendedamount = default(decimal?), decimal?priceperunitBase = default(decimal?), int?producttypecode = default(int?), int?opportunitystatecode = default(int?), System.DateTimeOffset?createdon = default(System.DateTimeOffset?), string parentbundleid = default(string), int?pricingerrorcode = default(int?), decimal?volumediscountamount = default(decimal?), decimal?baseamount = default(decimal?), System.DateTimeOffset?overriddencreatedon = default(System.DateTimeOffset?), string opportunityproductid = default(string), string _uomidValue = default(string), string entityimageUrl = default(string), byte[] entityimage = default(byte[]), string owninguser = default(string), string _opportunityidValue = default(string), decimal?manualdiscountamountBase = default(decimal?), System.DateTimeOffset?modifiedon = default(System.DateTimeOffset?), string versionnumber = default(string), string entityimageid = default(string), string _productidValue = default(string), int?timezoneruleversionnumber = default(int?), int?importsequencenumber = default(int?), string productassociationid = default(string), string owningbusinessunit = default(string), long?entityimageTimestamp = default(long?), string _modifiedonbehalfbyValue = default(string), int?propertyconfigurationstatus = default(int?), decimal?tax = default(decimal?), decimal?volumediscountamountBase = default(decimal?), decimal?extendedamountBase = default(decimal?), decimal?exchangerate = default(decimal?), int?utcconversiontimezonecode = default(int?), string _owneridValue = default(string), int?sequencenumber = default(int?), string _createdbyValue = default(string), MicrosoftDynamicsCRMproduct productid = default(MicrosoftDynamicsCRMproduct), MicrosoftDynamicsCRMtransactioncurrency transactioncurrencyid = default(MicrosoftDynamicsCRMtransactioncurrency), MicrosoftDynamicsCRMsystemuser createdby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMopportunity opportunityid = default(MicrosoftDynamicsCRMopportunity), IList <MicrosoftDynamicsCRMasyncoperation> opportunityProductAsyncOperations = default(IList <MicrosoftDynamicsCRMasyncoperation>), MicrosoftDynamicsCRMsystemuser modifiedby = default(MicrosoftDynamicsCRMsystemuser), IList <MicrosoftDynamicsCRMdynamicpropertyinstance> opportunityProductDynamicpropertyinstance = default(IList <MicrosoftDynamicsCRMdynamicpropertyinstance>), IList <MicrosoftDynamicsCRMsyncerror> opportunityProductSyncErrors = default(IList <MicrosoftDynamicsCRMsyncerror>), MicrosoftDynamicsCRMproductassociation productassociationidProductassociation = default(MicrosoftDynamicsCRMproductassociation), MicrosoftDynamicsCRMsystemuser modifiedonbehalfby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMuom uomid = default(MicrosoftDynamicsCRMuom), MicrosoftDynamicsCRMsystemuser createdonbehalfby = default(MicrosoftDynamicsCRMsystemuser), IList <MicrosoftDynamicsCRMbulkdeletefailure> opportunityProductBulkDeleteFailures = default(IList <MicrosoftDynamicsCRMbulkdeletefailure>), MicrosoftDynamicsCRMopportunityproduct parentbundleidOpportunityproduct = default(MicrosoftDynamicsCRMopportunityproduct), IList <MicrosoftDynamicsCRMopportunityproduct> opportunityproductParentOpportunityproduct = default(IList <MicrosoftDynamicsCRMopportunityproduct>))
 {
     this._modifiedbyValue        = _modifiedbyValue;
     Isproductoverridden          = isproductoverridden;
     Priceperunit                 = priceperunit;
     this._createdonbehalfbyValue = _createdonbehalfbyValue;
     TaxBase            = taxBase;
     Quantity           = quantity;
     Productdescription = productdescription;
     Ispriceoverridden  = ispriceoverridden;
     Description        = description;
     this._transactioncurrencyidValue = _transactioncurrencyidValue;
     BaseamountBase                = baseamountBase;
     Lineitemnumber                = lineitemnumber;
     Manualdiscountamount          = manualdiscountamount;
     Extendedamount                = extendedamount;
     PriceperunitBase              = priceperunitBase;
     Producttypecode               = producttypecode;
     Opportunitystatecode          = opportunitystatecode;
     Createdon                     = createdon;
     Parentbundleid                = parentbundleid;
     Pricingerrorcode              = pricingerrorcode;
     Volumediscountamount          = volumediscountamount;
     Baseamount                    = baseamount;
     Overriddencreatedon           = overriddencreatedon;
     Opportunityproductid          = opportunityproductid;
     this._uomidValue              = _uomidValue;
     EntityimageUrl                = entityimageUrl;
     Entityimage                   = entityimage;
     Owninguser                    = owninguser;
     this._opportunityidValue      = _opportunityidValue;
     ManualdiscountamountBase      = manualdiscountamountBase;
     Modifiedon                    = modifiedon;
     Versionnumber                 = versionnumber;
     Entityimageid                 = entityimageid;
     this._productidValue          = _productidValue;
     Timezoneruleversionnumber     = timezoneruleversionnumber;
     Importsequencenumber          = importsequencenumber;
     Productassociationid          = productassociationid;
     Owningbusinessunit            = owningbusinessunit;
     EntityimageTimestamp          = entityimageTimestamp;
     this._modifiedonbehalfbyValue = _modifiedonbehalfbyValue;
     Propertyconfigurationstatus   = propertyconfigurationstatus;
     Tax = tax;
     VolumediscountamountBase  = volumediscountamountBase;
     ExtendedamountBase        = extendedamountBase;
     Exchangerate              = exchangerate;
     Utcconversiontimezonecode = utcconversiontimezonecode;
     this._owneridValue        = _owneridValue;
     Sequencenumber            = sequencenumber;
     this._createdbyValue      = _createdbyValue;
     Productid                                 = productid;
     Transactioncurrencyid                     = transactioncurrencyid;
     Createdby                                 = createdby;
     Opportunityid                             = opportunityid;
     OpportunityProductAsyncOperations         = opportunityProductAsyncOperations;
     Modifiedby                                = modifiedby;
     OpportunityProductDynamicpropertyinstance = opportunityProductDynamicpropertyinstance;
     OpportunityProductSyncErrors              = opportunityProductSyncErrors;
     ProductassociationidProductassociation    = productassociationidProductassociation;
     Modifiedonbehalfby                        = modifiedonbehalfby;
     Uomid             = uomid;
     Createdonbehalfby = createdonbehalfby;
     OpportunityProductBulkDeleteFailures       = opportunityProductBulkDeleteFailures;
     ParentbundleidOpportunityproduct           = parentbundleidOpportunityproduct;
     OpportunityproductParentOpportunityproduct = opportunityproductParentOpportunityproduct;
     CustomInit();
 }