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
 /// MicrosoftDynamicsCRMproductpricelevel class.
 /// </summary>
 public MicrosoftDynamicsCRMproductpricelevel(int?quantitysellingcode = default(int?), string processid = default(string), string stageid = default(string), int?roundingoptioncode = default(int?), object exchangerate = default(object), string _uomidValue = default(string), string productnumber = default(string), System.DateTimeOffset?overriddencreatedon = default(System.DateTimeOffset?), long?versionnumber = default(long?), string productpricelevelid = default(string), int?pricingmethodcode = default(int?), System.DateTimeOffset?modifiedon = default(System.DateTimeOffset?), string _discounttypeidValue = default(string), string _uomscheduleidValue = default(string), string _transactioncurrencyidValue = default(string), string organizationid = default(string), object amount = default(object), string _createdbyValue = default(string), string _productidValue = default(string), int?roundingpolicycode = default(int?), int?importsequencenumber = default(int?), string _modifiedbyValue = default(string), System.DateTimeOffset?createdon = default(System.DateTimeOffset?), string _createdonbehalfbyValue = default(string), object amountBase = default(object), string _modifiedonbehalfbyValue = default(string), string _pricelevelidValue = default(string), object percentage = default(object), object roundingoptionamount = default(object), object roundingoptionamountBase = default(object), string traversedpath = default(string), MicrosoftDynamicsCRMuom uomid = default(MicrosoftDynamicsCRMuom), IList <MicrosoftDynamicsCRMasyncoperation> productPriceLevelAsyncOperations = default(IList <MicrosoftDynamicsCRMasyncoperation>), MicrosoftDynamicsCRMsystemuser createdonbehalfby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMtransactioncurrency transactioncurrencyid = default(MicrosoftDynamicsCRMtransactioncurrency), IList <MicrosoftDynamicsCRMsyncerror> productPriceLevelSyncErrors = default(IList <MicrosoftDynamicsCRMsyncerror>), MicrosoftDynamicsCRMprocessstage stageidProcessstage = default(MicrosoftDynamicsCRMprocessstage), MicrosoftDynamicsCRMpricelevel pricelevelid = default(MicrosoftDynamicsCRMpricelevel), MicrosoftDynamicsCRMsystemuser modifiedonbehalfby = default(MicrosoftDynamicsCRMsystemuser), IList <MicrosoftDynamicsCRMbulkdeletefailure> productPriceLevelBulkDeleteFailures = default(IList <MicrosoftDynamicsCRMbulkdeletefailure>), MicrosoftDynamicsCRMsystemuser modifiedby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMproduct productid = default(MicrosoftDynamicsCRMproduct), MicrosoftDynamicsCRMdiscounttype discounttypeid = default(MicrosoftDynamicsCRMdiscounttype), MicrosoftDynamicsCRMuomschedule uomscheduleid = default(MicrosoftDynamicsCRMuomschedule), MicrosoftDynamicsCRMsystemuser createdby = default(MicrosoftDynamicsCRMsystemuser))
 {
     Quantitysellingcode              = quantitysellingcode;
     Processid                        = processid;
     Stageid                          = stageid;
     Roundingoptioncode               = roundingoptioncode;
     Exchangerate                     = exchangerate;
     this._uomidValue                 = _uomidValue;
     Productnumber                    = productnumber;
     Overriddencreatedon              = overriddencreatedon;
     Versionnumber                    = versionnumber;
     Productpricelevelid              = productpricelevelid;
     Pricingmethodcode                = pricingmethodcode;
     Modifiedon                       = modifiedon;
     this._discounttypeidValue        = _discounttypeidValue;
     this._uomscheduleidValue         = _uomscheduleidValue;
     this._transactioncurrencyidValue = _transactioncurrencyidValue;
     Organizationid                   = organizationid;
     Amount = amount;
     this._createdbyValue          = _createdbyValue;
     this._productidValue          = _productidValue;
     Roundingpolicycode            = roundingpolicycode;
     Importsequencenumber          = importsequencenumber;
     this._modifiedbyValue         = _modifiedbyValue;
     Createdon                     = createdon;
     this._createdonbehalfbyValue  = _createdonbehalfbyValue;
     AmountBase                    = amountBase;
     this._modifiedonbehalfbyValue = _modifiedonbehalfbyValue;
     this._pricelevelidValue       = _pricelevelidValue;
     Percentage                    = percentage;
     Roundingoptionamount          = roundingoptionamount;
     RoundingoptionamountBase      = roundingoptionamountBase;
     Traversedpath                 = traversedpath;
     Uomid = uomid;
     ProductPriceLevelAsyncOperations = productPriceLevelAsyncOperations;
     Createdonbehalfby           = createdonbehalfby;
     Transactioncurrencyid       = transactioncurrencyid;
     ProductPriceLevelSyncErrors = productPriceLevelSyncErrors;
     StageidProcessstage         = stageidProcessstage;
     Pricelevelid       = pricelevelid;
     Modifiedonbehalfby = modifiedonbehalfby;
     ProductPriceLevelBulkDeleteFailures = productPriceLevelBulkDeleteFailures;
     Modifiedby     = modifiedby;
     Productid      = productid;
     Discounttypeid = discounttypeid;
     Uomscheduleid  = uomscheduleid;
     Createdby      = createdby;
     CustomInit();
 }
 /// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMproductassociation class.
 /// </summary>
 /// <param name="_uomidValue">Shows the unit of the product
 /// association.</param>
 /// <param name="modifiedon">Shows the date and time when the record
 /// was last updated.</param>
 /// <param name="productisrequired">Select whether the associated
 /// product is required or optional.</param>
 /// <param name="productassociationid">Shows the unique identifier of
 /// the product association.</param>
 /// <param name="overriddencreatedon">Shows the date and time that the
 /// record was migrated.</param>
 /// <param name="dmtimportstate">Internal Use Only</param>
 /// <param name="statuscode">Select the associated product's
 /// status.</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="_associatedproductValue">Select a product to add to
 /// the bundle or kit.</param>
 /// <param name="statecode">Shows whether the associated product is
 /// active or inactive.</param>
 /// <param name="versionnumber">Shows the version number of the product
 /// association.</param>
 /// <param name="createdon">Shows the date and time when the record was
 /// created.</param>
 /// <param name="_createdonbehalfbyValue">Shows who created the record
 /// on behalf of another user.</param>
 /// <param name="_createdbyValue">Shows who created the record.</param>
 /// <param name="quantity">Type the quantity of the products added to
 /// the bundle or kit.</param>
 /// <param name="_organizationidValue">Shows the organization
 /// associated with the record.</param>
 /// <param name="_transactioncurrencyidValue">Shows the currency
 /// associated with the record.</param>
 /// <param name="propertycustomizationstatus">Shows whether the item
 /// has properties that can be customized.</param>
 /// <param name="_modifiedonbehalfbyValue">Shows who created the record
 /// on behalf of another user.</param>
 /// <param name="_modifiedbyValue">Shows who last updated the
 /// record.</param>
 /// <param name="_productidValue">Select a bundle or a kit.</param>
 /// <param name="importsequencenumber">Shows the data import or data
 /// migration that created this record.</param>
 public MicrosoftDynamicsCRMproductassociation(string _uomidValue = default(string), System.DateTimeOffset?modifiedon = default(System.DateTimeOffset?), int?productisrequired = default(int?), string productassociationid = default(string), System.DateTimeOffset?overriddencreatedon = default(System.DateTimeOffset?), int?dmtimportstate = default(int?), int?statuscode = default(int?), decimal?exchangerate = default(decimal?), string _associatedproductValue = default(string), int?statecode = default(int?), string versionnumber = default(string), System.DateTimeOffset?createdon = default(System.DateTimeOffset?), string _createdonbehalfbyValue = default(string), string _createdbyValue = default(string), decimal?quantity = default(decimal?), string _organizationidValue = default(string), string _transactioncurrencyidValue = default(string), int?propertycustomizationstatus = default(int?), string _modifiedonbehalfbyValue = default(string), string _modifiedbyValue = default(string), string _productidValue = default(string), int?importsequencenumber = default(int?), MicrosoftDynamicsCRMorganization organizationid = default(MicrosoftDynamicsCRMorganization), MicrosoftDynamicsCRMproduct associatedproduct = default(MicrosoftDynamicsCRMproduct), IList <MicrosoftDynamicsCRMinvoicedetail> productAssociationInvoiceDetails = default(IList <MicrosoftDynamicsCRMinvoicedetail>), IList <MicrosoftDynamicsCRMsyncerror> productAssociationSyncErrors = default(IList <MicrosoftDynamicsCRMsyncerror>), IList <MicrosoftDynamicsCRMdynamicpropertyassociation> productAssociationDynamicPropertyAssociation = default(IList <MicrosoftDynamicsCRMdynamicpropertyassociation>), MicrosoftDynamicsCRMproduct productid = default(MicrosoftDynamicsCRMproduct), MicrosoftDynamicsCRMtransactioncurrency transactioncurrencyid = default(MicrosoftDynamicsCRMtransactioncurrency), IList <MicrosoftDynamicsCRMdynamicproperty> productAssociationDynamicProperty = default(IList <MicrosoftDynamicsCRMdynamicproperty>), MicrosoftDynamicsCRMsystemuser modifiedonbehalfby = default(MicrosoftDynamicsCRMsystemuser), IList <MicrosoftDynamicsCRMsalesorderdetail> productAssociationSalesorderDetails = default(IList <MicrosoftDynamicsCRMsalesorderdetail>), IList <MicrosoftDynamicsCRMasyncoperation> productAssociationAsyncOperations = default(IList <MicrosoftDynamicsCRMasyncoperation>), MicrosoftDynamicsCRMuom uomid = default(MicrosoftDynamicsCRMuom), IList <MicrosoftDynamicsCRMquotedetail> productAssociationQuoteDetails = default(IList <MicrosoftDynamicsCRMquotedetail>), MicrosoftDynamicsCRMsystemuser createdby = default(MicrosoftDynamicsCRMsystemuser), IList <MicrosoftDynamicsCRMopportunityproduct> productAssociationOpportunityProduct = default(IList <MicrosoftDynamicsCRMopportunityproduct>), MicrosoftDynamicsCRMsystemuser modifiedby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser createdonbehalfby = default(MicrosoftDynamicsCRMsystemuser))
 {
     this._uomidValue             = _uomidValue;
     Modifiedon                   = modifiedon;
     Productisrequired            = productisrequired;
     Productassociationid         = productassociationid;
     Overriddencreatedon          = overriddencreatedon;
     Dmtimportstate               = dmtimportstate;
     Statuscode                   = statuscode;
     Exchangerate                 = exchangerate;
     this._associatedproductValue = _associatedproductValue;
     Statecode     = statecode;
     Versionnumber = versionnumber;
     Createdon     = createdon;
     this._createdonbehalfbyValue = _createdonbehalfbyValue;
     this._createdbyValue         = _createdbyValue;
     Quantity = quantity;
     this._organizationidValue        = _organizationidValue;
     this._transactioncurrencyidValue = _transactioncurrencyidValue;
     Propertycustomizationstatus      = propertycustomizationstatus;
     this._modifiedonbehalfbyValue    = _modifiedonbehalfbyValue;
     this._modifiedbyValue            = _modifiedbyValue;
     this._productidValue             = _productidValue;
     Importsequencenumber             = importsequencenumber;
     Organizationid    = organizationid;
     Associatedproduct = associatedproduct;
     ProductAssociationInvoiceDetails             = productAssociationInvoiceDetails;
     ProductAssociationSyncErrors                 = productAssociationSyncErrors;
     ProductAssociationDynamicPropertyAssociation = productAssociationDynamicPropertyAssociation;
     Productid                           = productid;
     Transactioncurrencyid               = transactioncurrencyid;
     ProductAssociationDynamicProperty   = productAssociationDynamicProperty;
     Modifiedonbehalfby                  = modifiedonbehalfby;
     ProductAssociationSalesorderDetails = productAssociationSalesorderDetails;
     ProductAssociationAsyncOperations   = productAssociationAsyncOperations;
     Uomid = uomid;
     ProductAssociationQuoteDetails = productAssociationQuoteDetails;
     Createdby = createdby;
     ProductAssociationOpportunityProduct = productAssociationOpportunityProduct;
     Modifiedby        = modifiedby;
     Createdonbehalfby = createdonbehalfby;
     CustomInit();
 }
 /// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMproductsubstitute class.
 /// </summary>
 public MicrosoftDynamicsCRMproductsubstitute(int?salesrelationshiptype = default(int?), string _transactioncurrencyidValue = default(string), object exchangerate = default(object), string _createdonbehalfbyValue = default(string), string _organizationidValue = default(string), int?statecode = default(int?), string _productidValue = default(string), long?versionnumber = default(long?), int?statuscode = default(int?), string _modifiedonbehalfbyValue = default(string), string _createdbyValue = default(string), int?importsequencenumber = default(int?), int?direction = default(int?), System.DateTimeOffset?createdon = default(System.DateTimeOffset?), System.DateTimeOffset?modifiedon = default(System.DateTimeOffset?), string productsubstituteid = default(string), string _modifiedbyValue = default(string), string _substitutedproductidValue = default(string), System.DateTimeOffset?overriddencreatedon = default(System.DateTimeOffset?), int?utcconversiontimezonecode = default(int?), int?timezoneruleversionnumber = default(int?), MicrosoftDynamicsCRMsystemuser createdby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser createdonbehalfby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser modifiedby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser modifiedonbehalfby = default(MicrosoftDynamicsCRMsystemuser), IList <MicrosoftDynamicsCRMasyncoperation> productSubstituteAsyncOperations = default(IList <MicrosoftDynamicsCRMasyncoperation>), IList <MicrosoftDynamicsCRMbulkdeletefailure> productSubstituteBulkDeleteFailures = default(IList <MicrosoftDynamicsCRMbulkdeletefailure>), MicrosoftDynamicsCRMproduct productid = default(MicrosoftDynamicsCRMproduct), MicrosoftDynamicsCRMproduct substitutedproductid = default(MicrosoftDynamicsCRMproduct), MicrosoftDynamicsCRMorganization organizationid = default(MicrosoftDynamicsCRMorganization), MicrosoftDynamicsCRMtransactioncurrency transactioncurrencyid = default(MicrosoftDynamicsCRMtransactioncurrency), IList <MicrosoftDynamicsCRMsyncerror> productSubstituteSyncErrors = default(IList <MicrosoftDynamicsCRMsyncerror>))
 {
     Salesrelationshiptype            = salesrelationshiptype;
     this._transactioncurrencyidValue = _transactioncurrencyidValue;
     Exchangerate = exchangerate;
     this._createdonbehalfbyValue = _createdonbehalfbyValue;
     this._organizationidValue    = _organizationidValue;
     Statecode                           = statecode;
     this._productidValue                = _productidValue;
     Versionnumber                       = versionnumber;
     Statuscode                          = statuscode;
     this._modifiedonbehalfbyValue       = _modifiedonbehalfbyValue;
     this._createdbyValue                = _createdbyValue;
     Importsequencenumber                = importsequencenumber;
     Direction                           = direction;
     Createdon                           = createdon;
     Modifiedon                          = modifiedon;
     Productsubstituteid                 = productsubstituteid;
     this._modifiedbyValue               = _modifiedbyValue;
     this._substitutedproductidValue     = _substitutedproductidValue;
     Overriddencreatedon                 = overriddencreatedon;
     Utcconversiontimezonecode           = utcconversiontimezonecode;
     Timezoneruleversionnumber           = timezoneruleversionnumber;
     Createdby                           = createdby;
     Createdonbehalfby                   = createdonbehalfby;
     Modifiedby                          = modifiedby;
     Modifiedonbehalfby                  = modifiedonbehalfby;
     ProductSubstituteAsyncOperations    = productSubstituteAsyncOperations;
     ProductSubstituteBulkDeleteFailures = productSubstituteBulkDeleteFailures;
     Productid                           = productid;
     Substitutedproductid                = substitutedproductid;
     Organizationid                      = organizationid;
     Transactioncurrencyid               = transactioncurrencyid;
     ProductSubstituteSyncErrors         = productSubstituteSyncErrors;
     CustomInit();
 }
Esempio n. 6
0
 /// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMsharepointdocumentlocation class.
 /// </summary>
 public MicrosoftDynamicsCRMsharepointdocumentlocation(int?importsequencenumber = default(int?), string description = default(string), string _owneridValue = default(string), System.DateTimeOffset?createdon = default(System.DateTimeOffset?), string _owningbusinessunitValue = default(string), System.DateTimeOffset?modifiedon = default(System.DateTimeOffset?), string _transactioncurrencyidValue = default(string), string _owninguserValue = default(string), string absoluteurl = default(string), string name = default(string), string _createdbyValue = default(string), int?locationtype = default(int?), string _modifiedonbehalfbyValue = default(string), string _regardingobjectidValue = default(string), string _parentsiteorlocationValue = default(string), long?versionnumber = default(long?), int?timezoneruleversionnumber = default(int?), object exchangerate = default(object), int?statecode = default(int?), string _owningteamValue = default(string), string sitecollectionid = default(string), int?utcconversiontimezonecode = default(int?), System.DateTimeOffset?overriddencreatedon = default(System.DateTimeOffset?), string relativeurl = default(string), string userid = default(string), string _modifiedbyValue = default(string), string sharepointdocumentlocationid = default(string), int?servicetype = default(int?), string _createdonbehalfbyValue = default(string), int?statuscode = default(int?), MicrosoftDynamicsCRMknowledgearticle regardingobjectidKnowledgearticle = default(MicrosoftDynamicsCRMknowledgearticle), MicrosoftDynamicsCRMsystemuser owninguser = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMteam owningteam = default(MicrosoftDynamicsCRMteam), MicrosoftDynamicsCRMprincipal ownerid = default(MicrosoftDynamicsCRMprincipal), MicrosoftDynamicsCRMbusinessunit owningbusinessunit = default(MicrosoftDynamicsCRMbusinessunit), MicrosoftDynamicsCRMaccount regardingobjectidAccount = default(MicrosoftDynamicsCRMaccount), MicrosoftDynamicsCRMquote regardingobjectidQuote = default(MicrosoftDynamicsCRMquote), MicrosoftDynamicsCRMproduct regardingobjectidProduct = default(MicrosoftDynamicsCRMproduct), MicrosoftDynamicsCRMsharepointdocumentlocation parentsiteorlocationSharepointdocumentlocation = default(MicrosoftDynamicsCRMsharepointdocumentlocation), IList <MicrosoftDynamicsCRMsharepointdocumentlocation> sharepointdocumentlocationParentSharepointdocumentlocation = default(IList <MicrosoftDynamicsCRMsharepointdocumentlocation>), MicrosoftDynamicsCRMsystemuser createdonbehalfby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser modifiedby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMlead regardingobjectidLead = default(MicrosoftDynamicsCRMlead), IList <MicrosoftDynamicsCRMduplicaterecord> sharePointDocumentLocationDuplicateBaseRecord = default(IList <MicrosoftDynamicsCRMduplicaterecord>), MicrosoftDynamicsCRMsystemuser createdby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsalesliterature regardingobjectidSalesliterature = default(MicrosoftDynamicsCRMsalesliterature), MicrosoftDynamicsCRMopportunity regardingobjectidOpportunity = default(MicrosoftDynamicsCRMopportunity), MicrosoftDynamicsCRMsharepointsite parentsiteorlocationSharepointsite = default(MicrosoftDynamicsCRMsharepointsite), MicrosoftDynamicsCRMsystemuser modifiedonbehalfby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMkbarticle regardingobjectidKbarticle = default(MicrosoftDynamicsCRMkbarticle), IList <MicrosoftDynamicsCRMduplicaterecord> sharePointDocumentLocationDuplicateMatchingRecord = default(IList <MicrosoftDynamicsCRMduplicaterecord>), MicrosoftDynamicsCRMtransactioncurrency transactioncurrencyid = default(MicrosoftDynamicsCRMtransactioncurrency), IList <MicrosoftDynamicsCRMsyncerror> sharePointDocumentLocationSyncErrors = default(IList <MicrosoftDynamicsCRMsyncerror>), IList <MicrosoftDynamicsCRMasyncoperation> sharePointDocumentLocationAsyncOperations = default(IList <MicrosoftDynamicsCRMasyncoperation>), MicrosoftDynamicsCRMbcgovRiskassessment regardingobjectidBcgovRiskassessment = default(MicrosoftDynamicsCRMbcgovRiskassessment), MicrosoftDynamicsCRMincident regardingobjectidIncident = default(MicrosoftDynamicsCRMincident), MicrosoftDynamicsCRMbcgovInspection regardingobjectidBcgovInspection = default(MicrosoftDynamicsCRMbcgovInspection), MicrosoftDynamicsCRMbcgovViolationticket regardingobjectidBcgovViolationticket = default(MicrosoftDynamicsCRMbcgovViolationticket), MicrosoftDynamicsCRMbcgovInvestigationstep regardingobjectidBcgovInvestigationstep = default(MicrosoftDynamicsCRMbcgovInvestigationstep), MicrosoftDynamicsCRMbcgovInvestigation regardingobjectidBcgovInvestigation = default(MicrosoftDynamicsCRMbcgovInvestigation))
 {
     Importsequencenumber             = importsequencenumber;
     Description                      = description;
     this._owneridValue               = _owneridValue;
     Createdon                        = createdon;
     this._owningbusinessunitValue    = _owningbusinessunitValue;
     Modifiedon                       = modifiedon;
     this._transactioncurrencyidValue = _transactioncurrencyidValue;
     this._owninguserValue            = _owninguserValue;
     Absoluteurl                      = absoluteurl;
     Name = name;
     this._createdbyValue            = _createdbyValue;
     Locationtype                    = locationtype;
     this._modifiedonbehalfbyValue   = _modifiedonbehalfbyValue;
     this._regardingobjectidValue    = _regardingobjectidValue;
     this._parentsiteorlocationValue = _parentsiteorlocationValue;
     Versionnumber                   = versionnumber;
     Timezoneruleversionnumber       = timezoneruleversionnumber;
     Exchangerate                    = exchangerate;
     Statecode                 = statecode;
     this._owningteamValue     = _owningteamValue;
     Sitecollectionid          = sitecollectionid;
     Utcconversiontimezonecode = utcconversiontimezonecode;
     Overriddencreatedon       = overriddencreatedon;
     Relativeurl               = relativeurl;
     Userid = userid;
     this._modifiedbyValue        = _modifiedbyValue;
     Sharepointdocumentlocationid = sharepointdocumentlocationid;
     Servicetype = servicetype;
     this._createdonbehalfbyValue = _createdonbehalfbyValue;
     Statuscode = statuscode;
     RegardingobjectidKnowledgearticle = regardingobjectidKnowledgearticle;
     Owninguser               = owninguser;
     Owningteam               = owningteam;
     Ownerid                  = ownerid;
     Owningbusinessunit       = owningbusinessunit;
     RegardingobjectidAccount = regardingobjectidAccount;
     RegardingobjectidQuote   = regardingobjectidQuote;
     RegardingobjectidProduct = regardingobjectidProduct;
     ParentsiteorlocationSharepointdocumentlocation             = parentsiteorlocationSharepointdocumentlocation;
     SharepointdocumentlocationParentSharepointdocumentlocation = sharepointdocumentlocationParentSharepointdocumentlocation;
     Createdonbehalfby     = createdonbehalfby;
     Modifiedby            = modifiedby;
     RegardingobjectidLead = regardingobjectidLead;
     SharePointDocumentLocationDuplicateBaseRecord = sharePointDocumentLocationDuplicateBaseRecord;
     Createdby = createdby;
     RegardingobjectidSalesliterature   = regardingobjectidSalesliterature;
     RegardingobjectidOpportunity       = regardingobjectidOpportunity;
     ParentsiteorlocationSharepointsite = parentsiteorlocationSharepointsite;
     Modifiedonbehalfby         = modifiedonbehalfby;
     RegardingobjectidKbarticle = regardingobjectidKbarticle;
     SharePointDocumentLocationDuplicateMatchingRecord = sharePointDocumentLocationDuplicateMatchingRecord;
     Transactioncurrencyid = transactioncurrencyid;
     SharePointDocumentLocationSyncErrors      = sharePointDocumentLocationSyncErrors;
     SharePointDocumentLocationAsyncOperations = sharePointDocumentLocationAsyncOperations;
     RegardingobjectidBcgovRiskassessment      = regardingobjectidBcgovRiskassessment;
     RegardingobjectidIncident               = regardingobjectidIncident;
     RegardingobjectidBcgovInspection        = regardingobjectidBcgovInspection;
     RegardingobjectidBcgovViolationticket   = regardingobjectidBcgovViolationticket;
     RegardingobjectidBcgovInvestigationstep = regardingobjectidBcgovInvestigationstep;
     RegardingobjectidBcgovInvestigation     = regardingobjectidBcgovInvestigation;
     CustomInit();
 }
Esempio n. 7
0
 /// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMcontractdetail class.
 /// </summary>
 /// <param name="expireson">Enter the date when the contract line
 /// expires. The date is automatically filled with the contract date,
 /// but you can change it if required.</param>
 /// <param name="priceBase">Shows the Total Price 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="rateBase">Shows the Rate 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="netBase">Shows the Net 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="allotmentsused">Shows the number of cases or minutes
 /// used in the resolved cases on the contract line.</param>
 /// <param name="statecode">Shows whether the contract line is
 /// existing, renewed, canceled, or expired. You can't edit a contract
 /// line after it is saved, regardless of the status.</param>
 /// <param name="owningbusinessunit">Unique identifier of the business
 /// unit that owns the contract line.</param>
 /// <param name="versionnumber">Version number of the contract
 /// template.</param>
 /// <param name="_customeridValue">Select the customer account or
 /// contact to provide a quick link to additional customer details,
 /// such as address, phone number, activities, and orders.</param>
 /// <param name="discountBase">Shows the Discount field converted to
 /// the system's default base currency. The calculation uses the
 /// exchange rate specified in the Currencies area.</param>
 /// <param name="timezoneruleversionnumber">For internal use
 /// only.</param>
 /// <param name="_createdbyValue">Shows who created the record.</param>
 /// <param name="servicecontractunitscode">Select the unit type
 /// allotted in the contract line, such as cases or minutes, to
 /// determine the level of support.</param>
 /// <param name="_modifiedonbehalfbyValue">Shows who last updated the
 /// record on behalf of another user.</param>
 /// <param name="importsequencenumber">Unique identifier of the data
 /// import or data migration that created this record.</param>
 /// <param name="effectivitycalendar">Days of the week and times for
 /// which the contract line item is effective.</param>
 /// <param name="utcconversiontimezonecode">Time zone code that was in
 /// use when the record was created.</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="owninguser">Unique identifier of the user who owns the
 /// contract line.</param>
 /// <param name="title">Type a title or name that describes the
 /// contract line.</param>
 /// <param name="_productidValue">Choose the product that is eligible
 /// for services on the contract line.</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="_uomscheduleidValue">Unique identifier of the unit
 /// group associated with the contract line.</param>
 /// <param name="discountpercentage">Type the discount rate that should
 /// be applied to the Total Price, for use in calculating the net
 /// amount due for the contract line.</param>
 /// <param name="_serviceaddressValue">Choose the address for the
 /// customer account or contact where the services are
 /// provided.</param>
 /// <param name="contractstatecode">Status of the contract.</param>
 /// <param name="initialquantity">Type the number of units of the
 /// specified product or service that are eligible for support on the
 /// contract line.</param>
 /// <param name="overriddencreatedon">Date and time that the record was
 /// migrated.</param>
 /// <param name="rate">Shows the cost per case or minute, calculated by
 /// dividing the Total Price value by the total number of cases or
 /// minutes allocated to the contract line.</param>
 /// <param name="net">Shows the total charge to the customer for the
 /// contract line, calculated as the Total Price minus any
 /// discounts.</param>
 /// <param name="_contractidValue">Unique identifier of the contract
 /// associated with the contract line.</param>
 /// <param name="allotmentsoverage">Shows the number of minutes over
 /// the Total Allotments field that have been spent on resolved cases
 /// related to the contract line.</param>
 /// <param name="contractdetailid">Unique identifier of the contract
 /// line.</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="_transactioncurrencyidValue">Choose the local currency
 /// for the record to make sure budgets are reported in the correct
 /// currency.</param>
 /// <param name="allotmentsremaining">Shows the number of cases or
 /// minutes remaining, based on the resolved cases logged to the
 /// contract line.</param>
 /// <param name="discount">Type the discount amount for the contract
 /// line to deduct any negotiated or other savings from the net amount
 /// due.</param>
 /// <param name="totalallotments">Type the total number of minutes or
 /// cases allowed for the contract line.</param>
 /// <param name="price">Type the total service charge for the contract
 /// line before any discounts are credited.</param>
 /// <param name="_contactidValue">Unique identifier for the contact
 /// associated with the contract line.</param>
 /// <param name="activeon">Enter the date when the contract line
 /// becomes active.</param>
 /// <param name="_accountidValue">Unique identifier of the account with
 /// which the contract is associated.</param>
 /// <param name="productserialnumber">Type the serial number for the
 /// product that is eligible for services on the contract line.</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="_owneridValue">Unique identifier of the user or team
 /// who owns the contract detail.</param>
 /// <param name="statuscode">Select the contract line's status.</param>
 /// <param name="lineitemorder">Type the line item number for the
 /// contract line to easily identify the contract line and make sure
 /// it's listed in the correct order in the parent contract.</param>
 /// <param name="_modifiedbyValue">Shows who last updated the
 /// record.</param>
 /// <param name="_createdonbehalfbyValue">Shows who created the record
 /// on behalf of another user.</param>
 public MicrosoftDynamicsCRMcontractdetail(System.DateTimeOffset?expireson = default(System.DateTimeOffset?), decimal?priceBase = default(decimal?), decimal?rateBase = default(decimal?), decimal?netBase = default(decimal?), int?allotmentsused = default(int?), int?statecode = default(int?), string owningbusinessunit = default(string), string versionnumber = default(string), string _customeridValue = default(string), decimal?discountBase = default(decimal?), int?timezoneruleversionnumber = default(int?), string _createdbyValue = default(string), int?servicecontractunitscode = default(int?), string _modifiedonbehalfbyValue = default(string), int?importsequencenumber = default(int?), string effectivitycalendar = default(string), int?utcconversiontimezonecode = default(int?), string _uomidValue = default(string), string owninguser = default(string), string title = default(string), string _productidValue = default(string), System.DateTimeOffset?modifiedon = default(System.DateTimeOffset?), string _uomscheduleidValue = default(string), decimal?discountpercentage = default(decimal?), string _serviceaddressValue = default(string), int?contractstatecode = default(int?), int?initialquantity = default(int?), System.DateTimeOffset?overriddencreatedon = default(System.DateTimeOffset?), decimal?rate = default(decimal?), decimal?net = default(decimal?), string _contractidValue = default(string), int?allotmentsoverage = default(int?), string contractdetailid = default(string), System.DateTimeOffset?createdon = default(System.DateTimeOffset?), string _transactioncurrencyidValue = default(string), int?allotmentsremaining = default(int?), decimal?discount = default(decimal?), int?totalallotments = default(int?), decimal?price = default(decimal?), string _contactidValue = default(string), System.DateTimeOffset?activeon = default(System.DateTimeOffset?), string _accountidValue = default(string), string productserialnumber = default(string), decimal?exchangerate = default(decimal?), string _owneridValue = default(string), int?statuscode = default(int?), int?lineitemorder = default(int?), string _modifiedbyValue = default(string), string _createdonbehalfbyValue = default(string), MicrosoftDynamicsCRMsystemuser modifiedonbehalfby = default(MicrosoftDynamicsCRMsystemuser), IList <MicrosoftDynamicsCRMbulkdeletefailure> contractDetailBulkDeleteFailures = default(IList <MicrosoftDynamicsCRMbulkdeletefailure>), MicrosoftDynamicsCRMuomschedule uomscheduleid = default(MicrosoftDynamicsCRMuomschedule), MicrosoftDynamicsCRMsystemuser createdonbehalfby = default(MicrosoftDynamicsCRMsystemuser), IList <MicrosoftDynamicsCRMincident> contractDetailCases = default(IList <MicrosoftDynamicsCRMincident>), IList <MicrosoftDynamicsCRMsyncerror> contractDetailSyncErrors = default(IList <MicrosoftDynamicsCRMsyncerror>), MicrosoftDynamicsCRMtransactioncurrency transactioncurrencyid = default(MicrosoftDynamicsCRMtransactioncurrency), MicrosoftDynamicsCRMsystemuser createdby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMcustomeraddress serviceaddress = default(MicrosoftDynamicsCRMcustomeraddress), MicrosoftDynamicsCRMcontract contractid = default(MicrosoftDynamicsCRMcontract), IList <MicrosoftDynamicsCRMannotation> contractDetailAnnotation = default(IList <MicrosoftDynamicsCRMannotation>), IList <MicrosoftDynamicsCRMasyncoperation> contractDetailAsyncOperations = default(IList <MicrosoftDynamicsCRMasyncoperation>), MicrosoftDynamicsCRMuom uomid = default(MicrosoftDynamicsCRMuom), MicrosoftDynamicsCRMaccount customeridAccount = default(MicrosoftDynamicsCRMaccount), MicrosoftDynamicsCRMproduct productid = default(MicrosoftDynamicsCRMproduct), MicrosoftDynamicsCRMsystemuser modifiedby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMcontact customeridContact = default(MicrosoftDynamicsCRMcontact))
 {
     Expireson                     = expireson;
     PriceBase                     = priceBase;
     RateBase                      = rateBase;
     NetBase                       = netBase;
     Allotmentsused                = allotmentsused;
     Statecode                     = statecode;
     Owningbusinessunit            = owningbusinessunit;
     Versionnumber                 = versionnumber;
     this._customeridValue         = _customeridValue;
     DiscountBase                  = discountBase;
     Timezoneruleversionnumber     = timezoneruleversionnumber;
     this._createdbyValue          = _createdbyValue;
     Servicecontractunitscode      = servicecontractunitscode;
     this._modifiedonbehalfbyValue = _modifiedonbehalfbyValue;
     Importsequencenumber          = importsequencenumber;
     Effectivitycalendar           = effectivitycalendar;
     Utcconversiontimezonecode     = utcconversiontimezonecode;
     this._uomidValue              = _uomidValue;
     Owninguser                    = owninguser;
     Title = title;
     this._productidValue      = _productidValue;
     Modifiedon                = modifiedon;
     this._uomscheduleidValue  = _uomscheduleidValue;
     Discountpercentage        = discountpercentage;
     this._serviceaddressValue = _serviceaddressValue;
     Contractstatecode         = contractstatecode;
     Initialquantity           = initialquantity;
     Overriddencreatedon       = overriddencreatedon;
     Rate = rate;
     Net  = net;
     this._contractidValue            = _contractidValue;
     Allotmentsoverage                = allotmentsoverage;
     Contractdetailid                 = contractdetailid;
     Createdon                        = createdon;
     this._transactioncurrencyidValue = _transactioncurrencyidValue;
     Allotmentsremaining              = allotmentsremaining;
     Discount                         = discount;
     Totalallotments                  = totalallotments;
     Price                            = price;
     this._contactidValue             = _contactidValue;
     Activeon                         = activeon;
     this._accountidValue             = _accountidValue;
     Productserialnumber              = productserialnumber;
     Exchangerate                     = exchangerate;
     this._owneridValue               = _owneridValue;
     Statuscode                       = statuscode;
     Lineitemorder                    = lineitemorder;
     this._modifiedbyValue            = _modifiedbyValue;
     this._createdonbehalfbyValue     = _createdonbehalfbyValue;
     Modifiedonbehalfby               = modifiedonbehalfby;
     ContractDetailBulkDeleteFailures = contractDetailBulkDeleteFailures;
     Uomscheduleid                    = uomscheduleid;
     Createdonbehalfby                = createdonbehalfby;
     ContractDetailCases              = contractDetailCases;
     ContractDetailSyncErrors         = contractDetailSyncErrors;
     Transactioncurrencyid            = transactioncurrencyid;
     Createdby                        = createdby;
     Serviceaddress                   = serviceaddress;
     Contractid                       = contractid;
     ContractDetailAnnotation         = contractDetailAnnotation;
     ContractDetailAsyncOperations    = contractDetailAsyncOperations;
     Uomid                            = uomid;
     CustomeridAccount                = customeridAccount;
     Productid                        = productid;
     Modifiedby                       = modifiedby;
     CustomeridContact                = customeridContact;
     CustomInit();
 }
Esempio n. 8
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();
 }
Esempio n. 10
0
 /// <summary>
 /// Initializes a new instance of the MicrosoftDynamicsCRMproduct
 /// class.
 /// </summary>
 /// <param name="_modifiedbyexternalpartyValue">Shows the external
 /// party who modified the record.</param>
 /// <param name="description">Description of the product.</param>
 /// <param name="productstructure">Product Structure.</param>
 /// <param name="productnumber">User-defined product ID.</param>
 /// <param name="_subjectidValue">Select a category for the
 /// product.</param>
 /// <param name="vendorname">Name of the product vendor.</param>
 /// <param name="entityimage">Shows the default image for the
 /// record.</param>
 /// <param name="quantityonhand">Quantity of the product in
 /// stock.</param>
 /// <param name="_createdonbehalfbyValue">Unique identifier of the
 /// delegate user who created the product.</param>
 /// <param name="validtodate">Date to which this product is
 /// valid.</param>
 /// <param name="_modifiedonbehalfbyValue">Unique identifier of the
 /// delegate user who last modified the product.</param>
 /// <param name="validfromdate">Date from which this product is
 /// valid.</param>
 /// <param name="vendorpartnumber">Unique part identifier in vendor
 /// catalog of this product.</param>
 /// <param name="statecode">Status of the product.</param>
 /// <param name="exchangerate">Exchange rate for the currency
 /// associated with the product with respect to the base
 /// currency.</param>
 /// <param name="modifiedon">Date and time when the product was last
 /// modified.</param>
 /// <param name="productid">Unique identifier of the product.</param>
 /// <param name="vendorid">Unique identifier of vendor supplying the
 /// product.</param>
 /// <param name="utcconversiontimezonecode">Time zone code that was in
 /// use when the record was created.</param>
 /// <param name="quantitydecimal">Number of decimal places that can be
 /// used in monetary amounts for the product.</param>
 /// <param name="_createdbyexternalpartyValue">Shows the external party
 /// who created the record.</param>
 /// <param name="statuscode">Reason for the status of the
 /// product.</param>
 /// <param name="producttypecode">Type of product.</param>
 /// <param name="producturl">URL for the Website associated with the
 /// product.</param>
 /// <param name="_modifiedbyValue">Unique identifier of the user who
 /// last modified the product.</param>
 /// <param name="traversedpath">For internal use only.</param>
 /// <param name="currentcost">Current cost for the product item. Used
 /// in price calculations.</param>
 /// <param name="price">List price of the product.</param>
 /// <param name="_parentproductidValue">Specifies the parent product
 /// family hierarchy.</param>
 /// <param name="_createdbyValue">Unique identifier of the user who
 /// created the product.</param>
 /// <param name="createdon">Date and time when the product was
 /// created.</param>
 /// <param name="isstockitem">Information about whether the product is
 /// a stock item.</param>
 /// <param name="overriddencreatedon">Date and time that the record was
 /// migrated.</param>
 /// <param name="name">Name of the product.</param>
 /// <param name="stockweight">Stock weight of the product.</param>
 /// <param name="suppliername">Name of the product's supplier.</param>
 /// <param name="priceBase">Base currency equivalent of the list price
 /// of the product</param>
 /// <param name="currentcostBase">Base currency equivalent of the
 /// current cost for the product item.</param>
 /// <param name="_defaultuomidValue">Default unit for the
 /// product.</param>
 /// <param name="_organizationidValue">Unique identifier of the
 /// organization associated with the product.</param>
 /// <param name="entityimageid">For internal use only.</param>
 /// <param name="standardcost">Standard cost of the product.</param>
 /// <param name="importsequencenumber">Unique identifier of the data
 /// import or data migration that created this record.</param>
 /// <param name="dmtimportstate">Internal Use Only</param>
 /// <param name="iskit">Information that specifies whether the product
 /// is a kit.</param>
 /// <param name="stageid">Shows the ID of the stage.</param>
 /// <param name="stockvolume">Stock volume of the product.</param>
 /// <param name="size">Product size.</param>
 /// <param name="hierarchypath">Hierarchy path of the product.</param>
 /// <param name="versionnumber">Version number of the product.</param>
 /// <param name="_pricelevelidValue">Select the default price list for
 /// the product.</param>
 /// <param name="_defaultuomscheduleidValue">Default unit group for the
 /// product.</param>
 /// <param name="standardcostBase">Base currency equivalent of the
 /// standard cost of the product.</param>
 /// <param name="processid">Shows the ID of the process.</param>
 /// <param name="_transactioncurrencyidValue">Unique identifier of the
 /// currency associated with the product.</param>
 /// <param name="timezoneruleversionnumber">For internal use
 /// only.</param>
 public MicrosoftDynamicsCRMproduct(string _modifiedbyexternalpartyValue = default(string), string description = default(string), int?productstructure = default(int?), string productnumber = default(string), string _subjectidValue = default(string), string vendorname = default(string), byte[] entityimage = default(byte[]), decimal?quantityonhand = default(decimal?), string _createdonbehalfbyValue = default(string), System.DateTimeOffset?validtodate = default(System.DateTimeOffset?), string _modifiedonbehalfbyValue = default(string), System.DateTimeOffset?validfromdate = default(System.DateTimeOffset?), string vendorpartnumber = default(string), int?statecode = default(int?), decimal?exchangerate = default(decimal?), System.DateTimeOffset?modifiedon = default(System.DateTimeOffset?), string productid = default(string), string vendorid = default(string), int?utcconversiontimezonecode = default(int?), int?quantitydecimal = default(int?), string _createdbyexternalpartyValue = default(string), int?statuscode = default(int?), int?producttypecode = default(int?), long?entityimageTimestamp = default(long?), string producturl = default(string), string _modifiedbyValue = default(string), string traversedpath = default(string), decimal?currentcost = default(decimal?), decimal?price = default(decimal?), string _parentproductidValue = default(string), string _createdbyValue = default(string), System.DateTimeOffset?createdon = default(System.DateTimeOffset?), bool?isstockitem = default(bool?), System.DateTimeOffset?overriddencreatedon = default(System.DateTimeOffset?), string name = default(string), decimal?stockweight = default(decimal?), string suppliername = default(string), decimal?priceBase = default(decimal?), decimal?currentcostBase = default(decimal?), string _defaultuomidValue = default(string), string _organizationidValue = default(string), string entityimageid = default(string), string entityimageUrl = default(string), decimal?standardcost = default(decimal?), int?importsequencenumber = default(int?), int?dmtimportstate = default(int?), bool?iskit = default(bool?), string stageid = default(string), decimal?stockvolume = default(decimal?), string size = default(string), string hierarchypath = default(string), string versionnumber = default(string), string _pricelevelidValue = default(string), string _defaultuomscheduleidValue = default(string), decimal?standardcostBase = default(decimal?), string processid = default(string), string _transactioncurrencyidValue = default(string), int?timezoneruleversionnumber = default(int?), IList <MicrosoftDynamicsCRMcampaign> campaignproductAssociation = default(IList <MicrosoftDynamicsCRMcampaign>), IList <MicrosoftDynamicsCRMlead> leadproductAssociation = default(IList <MicrosoftDynamicsCRMlead>), IList <MicrosoftDynamicsCRMcompetitor> competitorproductAssociation = default(IList <MicrosoftDynamicsCRMcompetitor>), IList <MicrosoftDynamicsCRMsalesliterature> productsalesliteratureAssociation = default(IList <MicrosoftDynamicsCRMsalesliterature>), IList <MicrosoftDynamicsCRMproductassociation> productProductAssociationAssocProd = default(IList <MicrosoftDynamicsCRMproductassociation>), IList <MicrosoftDynamicsCRMproductsubstitute> productProductSubstituteProductid = default(IList <MicrosoftDynamicsCRMproductsubstitute>), IList <MicrosoftDynamicsCRMproductsubstitute> productProductSubstituteSubstitutedproductid = default(IList <MicrosoftDynamicsCRMproductsubstitute>), IList <MicrosoftDynamicsCRMentitlement> productEntitlementAssociation = default(IList <MicrosoftDynamicsCRMentitlement>), IList <MicrosoftDynamicsCRMopportunityproduct> opportunityProducts = default(IList <MicrosoftDynamicsCRMopportunityproduct>), IList <MicrosoftDynamicsCRMsharepointdocumentlocation> productSharepointDocumentLocation = default(IList <MicrosoftDynamicsCRMsharepointdocumentlocation>), IList <MicrosoftDynamicsCRMincident> productIncidents = default(IList <MicrosoftDynamicsCRMincident>), IList <MicrosoftDynamicsCRMquotedetail> productQuoteDetails = default(IList <MicrosoftDynamicsCRMquotedetail>), MicrosoftDynamicsCRMuomschedule defaultuomscheduleid = default(MicrosoftDynamicsCRMuomschedule), IList <MicrosoftDynamicsCRMbulkdeletefailure> productBulkDeleteFailures = default(IList <MicrosoftDynamicsCRMbulkdeletefailure>), IList <MicrosoftDynamicsCRMentitlementtemplate> productEntitlementtemplateAssociation = default(IList <MicrosoftDynamicsCRMentitlementtemplate>), MicrosoftDynamicsCRMsystemuser createdby = default(MicrosoftDynamicsCRMsystemuser), IList <MicrosoftDynamicsCRMinvoicedetail> productInvoiceDetails = default(IList <MicrosoftDynamicsCRMinvoicedetail>), IList <MicrosoftDynamicsCRMproductassociation> productProductAssociationProd = default(IList <MicrosoftDynamicsCRMproductassociation>), MicrosoftDynamicsCRMuom defaultuomid = default(MicrosoftDynamicsCRMuom), IList <MicrosoftDynamicsCRMdynamicproperty> productDynamicProperty = default(IList <MicrosoftDynamicsCRMdynamicproperty>), IList <MicrosoftDynamicsCRMconnection> productConnections2 = default(IList <MicrosoftDynamicsCRMconnection>), MicrosoftDynamicsCRMpricelevel pricelevelid = default(MicrosoftDynamicsCRMpricelevel), MicrosoftDynamicsCRMsystemuser createdonbehalfby = default(MicrosoftDynamicsCRMsystemuser), IList <MicrosoftDynamicsCRMsyncerror> productSyncErrors = default(IList <MicrosoftDynamicsCRMsyncerror>), IList <MicrosoftDynamicsCRMconnection> productConnections1 = default(IList <MicrosoftDynamicsCRMconnection>), IList <MicrosoftDynamicsCRMasyncoperation> productAsyncOperations = default(IList <MicrosoftDynamicsCRMasyncoperation>), MicrosoftDynamicsCRMprocessstage stageidProcessstage = default(MicrosoftDynamicsCRMprocessstage), MicrosoftDynamicsCRMproduct parentproductid = default(MicrosoftDynamicsCRMproduct), IList <MicrosoftDynamicsCRMproduct> productParentProduct = default(IList <MicrosoftDynamicsCRMproduct>), IList <MicrosoftDynamicsCRMcontractdetail> productContractLineItems = default(IList <MicrosoftDynamicsCRMcontractdetail>), MicrosoftDynamicsCRMtransactioncurrency transactioncurrencyid = default(MicrosoftDynamicsCRMtransactioncurrency), IList <MicrosoftDynamicsCRMsalesorderdetail> productOrderDetails = default(IList <MicrosoftDynamicsCRMsalesorderdetail>), IList <MicrosoftDynamicsCRMproductpricelevel> productPriceLevels = default(IList <MicrosoftDynamicsCRMproductpricelevel>), MicrosoftDynamicsCRMsubject subjectid = default(MicrosoftDynamicsCRMsubject), MicrosoftDynamicsCRMsystemuser modifiedby = default(MicrosoftDynamicsCRMsystemuser), IList <MicrosoftDynamicsCRMannotation> productAnnotation = default(IList <MicrosoftDynamicsCRMannotation>), IList <MicrosoftDynamicsCRMdynamicpropertyassociation> productDynamicPropertyAssociation = default(IList <MicrosoftDynamicsCRMdynamicpropertyassociation>), MicrosoftDynamicsCRMorganization organizationid = default(MicrosoftDynamicsCRMorganization), MicrosoftDynamicsCRMsystemuser modifiedonbehalfby = default(MicrosoftDynamicsCRMsystemuser))
 {
     this._modifiedbyexternalpartyValue = _modifiedbyexternalpartyValue;
     Description                   = description;
     Productstructure              = productstructure;
     Productnumber                 = productnumber;
     this._subjectidValue          = _subjectidValue;
     Vendorname                    = vendorname;
     Entityimage                   = entityimage;
     Quantityonhand                = quantityonhand;
     this._createdonbehalfbyValue  = _createdonbehalfbyValue;
     Validtodate                   = validtodate;
     this._modifiedonbehalfbyValue = _modifiedonbehalfbyValue;
     Validfromdate                 = validfromdate;
     Vendorpartnumber              = vendorpartnumber;
     Statecode    = statecode;
     Exchangerate = exchangerate;
     Modifiedon   = modifiedon;
     Productid    = productid;
     Vendorid     = vendorid;
     Utcconversiontimezonecode         = utcconversiontimezonecode;
     Quantitydecimal                   = quantitydecimal;
     this._createdbyexternalpartyValue = _createdbyexternalpartyValue;
     Statuscode            = statuscode;
     Producttypecode       = producttypecode;
     EntityimageTimestamp  = entityimageTimestamp;
     Producturl            = producturl;
     this._modifiedbyValue = _modifiedbyValue;
     Traversedpath         = traversedpath;
     Currentcost           = currentcost;
     Price = price;
     this._parentproductidValue = _parentproductidValue;
     this._createdbyValue       = _createdbyValue;
     Createdon           = createdon;
     Isstockitem         = isstockitem;
     Overriddencreatedon = overriddencreatedon;
     Name                                         = name;
     Stockweight                                  = stockweight;
     Suppliername                                 = suppliername;
     PriceBase                                    = priceBase;
     CurrentcostBase                              = currentcostBase;
     this._defaultuomidValue                      = _defaultuomidValue;
     this._organizationidValue                    = _organizationidValue;
     Entityimageid                                = entityimageid;
     EntityimageUrl                               = entityimageUrl;
     Standardcost                                 = standardcost;
     Importsequencenumber                         = importsequencenumber;
     Dmtimportstate                               = dmtimportstate;
     Iskit                                        = iskit;
     Stageid                                      = stageid;
     Stockvolume                                  = stockvolume;
     Size                                         = size;
     Hierarchypath                                = hierarchypath;
     Versionnumber                                = versionnumber;
     this._pricelevelidValue                      = _pricelevelidValue;
     this._defaultuomscheduleidValue              = _defaultuomscheduleidValue;
     StandardcostBase                             = standardcostBase;
     Processid                                    = processid;
     this._transactioncurrencyidValue             = _transactioncurrencyidValue;
     Timezoneruleversionnumber                    = timezoneruleversionnumber;
     CampaignproductAssociation                   = campaignproductAssociation;
     LeadproductAssociation                       = leadproductAssociation;
     CompetitorproductAssociation                 = competitorproductAssociation;
     ProductsalesliteratureAssociation            = productsalesliteratureAssociation;
     ProductProductAssociationAssocProd           = productProductAssociationAssocProd;
     ProductProductSubstituteProductid            = productProductSubstituteProductid;
     ProductProductSubstituteSubstitutedproductid = productProductSubstituteSubstitutedproductid;
     ProductEntitlementAssociation                = productEntitlementAssociation;
     OpportunityProducts                          = opportunityProducts;
     ProductSharepointDocumentLocation            = productSharepointDocumentLocation;
     ProductIncidents                             = productIncidents;
     ProductQuoteDetails                          = productQuoteDetails;
     Defaultuomscheduleid                         = defaultuomscheduleid;
     ProductBulkDeleteFailures                    = productBulkDeleteFailures;
     ProductEntitlementtemplateAssociation        = productEntitlementtemplateAssociation;
     Createdby                                    = createdby;
     ProductInvoiceDetails                        = productInvoiceDetails;
     ProductProductAssociationProd                = productProductAssociationProd;
     Defaultuomid                                 = defaultuomid;
     ProductDynamicProperty                       = productDynamicProperty;
     ProductConnections2                          = productConnections2;
     Pricelevelid                                 = pricelevelid;
     Createdonbehalfby                            = createdonbehalfby;
     ProductSyncErrors                            = productSyncErrors;
     ProductConnections1                          = productConnections1;
     ProductAsyncOperations                       = productAsyncOperations;
     StageidProcessstage                          = stageidProcessstage;
     Parentproductid                              = parentproductid;
     ProductParentProduct                         = productParentProduct;
     ProductContractLineItems                     = productContractLineItems;
     Transactioncurrencyid                        = transactioncurrencyid;
     ProductOrderDetails                          = productOrderDetails;
     ProductPriceLevels                           = productPriceLevels;
     Subjectid                                    = subjectid;
     Modifiedby                                   = modifiedby;
     ProductAnnotation                            = productAnnotation;
     ProductDynamicPropertyAssociation            = productDynamicPropertyAssociation;
     Organizationid                               = organizationid;
     Modifiedonbehalfby                           = modifiedonbehalfby;
     CustomInit();
 }
 /// <summary>
 /// Initializes a new instance of the MicrosoftDynamicsCRMannotation
 /// class.
 /// </summary>
 public MicrosoftDynamicsCRMannotation(System.DateTimeOffset?modifiedon = default(System.DateTimeOffset?), int?importsequencenumber = default(int?), int?filesize = default(int?), System.DateTimeOffset?overriddencreatedon = default(System.DateTimeOffset?), string objecttypecode = default(string), string mimetype = default(string), string _modifiedbyValue = default(string), string documentbody = default(string), object documentbodyBinary = default(object), string _owningteamValue = default(string), long?versionnumber = default(long?), string filename = default(string), string notetext = default(string), string _owninguserValue = default(string), System.DateTimeOffset?createdon = default(System.DateTimeOffset?), string stepid = default(string), string annotationid = default(string), string langid = default(string), bool?isdocument = default(bool?), string _owningbusinessunitValue = default(string), string _owneridValue = default(string), string _createdonbehalfbyValue = default(string), string _objectidValue = default(string), string subject = default(string), string _modifiedonbehalfbyValue = default(string), string _createdbyValue = default(string), MicrosoftDynamicsCRMknowledgearticle objectidKnowledgearticle = default(MicrosoftDynamicsCRMknowledgearticle), MicrosoftDynamicsCRMentitlement objectidEntitlement = default(MicrosoftDynamicsCRMentitlement), MicrosoftDynamicsCRMentitlementchannel objectidEntitlementchannel = default(MicrosoftDynamicsCRMentitlementchannel), MicrosoftDynamicsCRMentitlementtemplate objectidEntitlementtemplate = default(MicrosoftDynamicsCRMentitlementtemplate), MicrosoftDynamicsCRMbookableresource objectidBookableresource = default(MicrosoftDynamicsCRMbookableresource), MicrosoftDynamicsCRMbookableresourcebooking objectidBookableresourcebooking = default(MicrosoftDynamicsCRMbookableresourcebooking), MicrosoftDynamicsCRMbookableresourcebookingheader objectidBookableresourcebookingheader = default(MicrosoftDynamicsCRMbookableresourcebookingheader), MicrosoftDynamicsCRMbookableresourcecategoryassn objectidBookableresourcecategoryassn = default(MicrosoftDynamicsCRMbookableresourcecategoryassn), MicrosoftDynamicsCRMbookableresourcecharacteristic objectidBookableresourcecharacteristic = default(MicrosoftDynamicsCRMbookableresourcecharacteristic), MicrosoftDynamicsCRMbookableresourcegroup objectidBookableresourcegroup = default(MicrosoftDynamicsCRMbookableresourcegroup), MicrosoftDynamicsCRMknowledgebaserecord objectidKnowledgebaserecord = default(MicrosoftDynamicsCRMknowledgebaserecord), MicrosoftDynamicsCRMaccount objectidAccount = default(MicrosoftDynamicsCRMaccount), MicrosoftDynamicsCRMsystemuser modifiedonbehalfby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMlist objectidList = default(MicrosoftDynamicsCRMlist), MicrosoftDynamicsCRMcampaignresponse objectidCampaignresponse = default(MicrosoftDynamicsCRMcampaignresponse), MicrosoftDynamicsCRMkbarticle objectidKbarticle = default(MicrosoftDynamicsCRMkbarticle), MicrosoftDynamicsCRMcampaignactivity objectidCampaignactivity = default(MicrosoftDynamicsCRMcampaignactivity), MicrosoftDynamicsCRMappointment objectidAppointment = default(MicrosoftDynamicsCRMappointment), MicrosoftDynamicsCRMbusinessunit owningbusinessunit = default(MicrosoftDynamicsCRMbusinessunit), IList <MicrosoftDynamicsCRMbulkdeletefailure> annotationBulkDeleteFailures = default(IList <MicrosoftDynamicsCRMbulkdeletefailure>), MicrosoftDynamicsCRMsla objectidSla = default(MicrosoftDynamicsCRMsla), MicrosoftDynamicsCRMcalendar objectidCalendar = default(MicrosoftDynamicsCRMcalendar), MicrosoftDynamicsCRMsystemuser createdby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMfax objectidFax = default(MicrosoftDynamicsCRMfax), MicrosoftDynamicsCRMincidentresolution objectidIncidentresolution = default(MicrosoftDynamicsCRMincidentresolution), MicrosoftDynamicsCRMcontact objectidContact = default(MicrosoftDynamicsCRMcontact), MicrosoftDynamicsCRMsystemuser owninguser = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMletter objectidLetter = default(MicrosoftDynamicsCRMletter), MicrosoftDynamicsCRMservice objectidService = default(MicrosoftDynamicsCRMservice), MicrosoftDynamicsCRMsalesorder objectidSalesorder = default(MicrosoftDynamicsCRMsalesorder), MicrosoftDynamicsCRMquoteclose objectidQuoteclose = default(MicrosoftDynamicsCRMquoteclose), MicrosoftDynamicsCRMcompetitor objectidCompetitor = default(MicrosoftDynamicsCRMcompetitor), MicrosoftDynamicsCRMprincipal ownerid = default(MicrosoftDynamicsCRMprincipal), MicrosoftDynamicsCRMcontract objectidContract = default(MicrosoftDynamicsCRMcontract), MicrosoftDynamicsCRMgoal objectidGoal = default(MicrosoftDynamicsCRMgoal), MicrosoftDynamicsCRMtask objectidTask = default(MicrosoftDynamicsCRMtask), MicrosoftDynamicsCRMemail objectidEmail = default(MicrosoftDynamicsCRMemail), MicrosoftDynamicsCRMorderclose objectidOrderclose = default(MicrosoftDynamicsCRMorderclose), MicrosoftDynamicsCRMworkflow objectidWorkflow = default(MicrosoftDynamicsCRMworkflow), MicrosoftDynamicsCRMsystemuser createdonbehalfby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMincident objectidIncident = default(MicrosoftDynamicsCRMincident), MicrosoftDynamicsCRMequipment objectidEquipment = default(MicrosoftDynamicsCRMequipment), MicrosoftDynamicsCRMcontractdetail objectidContractdetail = default(MicrosoftDynamicsCRMcontractdetail), MicrosoftDynamicsCRMcampaign objectidCampaign = default(MicrosoftDynamicsCRMcampaign), MicrosoftDynamicsCRMsystemuser modifiedby = default(MicrosoftDynamicsCRMsystemuser), IList <MicrosoftDynamicsCRMasyncoperation> annotationAsyncOperations = default(IList <MicrosoftDynamicsCRMasyncoperation>), MicrosoftDynamicsCRMlead objectidLead = default(MicrosoftDynamicsCRMlead), MicrosoftDynamicsCRMmailbox objectidMailbox = default(MicrosoftDynamicsCRMmailbox), MicrosoftDynamicsCRMsocialactivity objectidSocialactivity = default(MicrosoftDynamicsCRMsocialactivity), MicrosoftDynamicsCRMresourcespec objectidResourcespec = default(MicrosoftDynamicsCRMresourcespec), MicrosoftDynamicsCRMteam owningteam = default(MicrosoftDynamicsCRMteam), MicrosoftDynamicsCRMduplicaterule objectidDuplicaterule = default(MicrosoftDynamicsCRMduplicaterule), IList <MicrosoftDynamicsCRMsyncerror> annotationSyncErrors = default(IList <MicrosoftDynamicsCRMsyncerror>), MicrosoftDynamicsCRMserviceappointment objectidServiceappointment = default(MicrosoftDynamicsCRMserviceappointment), MicrosoftDynamicsCRMquote objectidQuote = default(MicrosoftDynamicsCRMquote), MicrosoftDynamicsCRMinvoice objectidInvoice = default(MicrosoftDynamicsCRMinvoice), MicrosoftDynamicsCRMphonecall objectidPhonecall = default(MicrosoftDynamicsCRMphonecall), MicrosoftDynamicsCRMemailserverprofile objectidEmailserverprofile = default(MicrosoftDynamicsCRMemailserverprofile), MicrosoftDynamicsCRMopportunityclose objectidOpportunityclose = default(MicrosoftDynamicsCRMopportunityclose), MicrosoftDynamicsCRMproduct objectidProduct = default(MicrosoftDynamicsCRMproduct), MicrosoftDynamicsCRMopportunity objectidOpportunity = default(MicrosoftDynamicsCRMopportunity), MicrosoftDynamicsCRMrecurringappointmentmaster objectidRecurringappointmentmaster = default(MicrosoftDynamicsCRMrecurringappointmentmaster), MicrosoftDynamicsCRMbcgovCustomaddress objectidBcgovCustomaddress = default(MicrosoftDynamicsCRMbcgovCustomaddress), MicrosoftDynamicsCRMbcgovLocation objectidBcgovLocation = default(MicrosoftDynamicsCRMbcgovLocation), MicrosoftDynamicsCRMbcgovEquipment objectidBcgovEquipment = default(MicrosoftDynamicsCRMbcgovEquipment), MicrosoftDynamicsCRMbcgovEquipmentlocation objectidBcgovEquipmentlocation = default(MicrosoftDynamicsCRMbcgovEquipmentlocation), MicrosoftDynamicsCRMbcgovRiskassessment objectidBcgovRiskassessment = default(MicrosoftDynamicsCRMbcgovRiskassessment))
 {
     Modifiedon            = modifiedon;
     Importsequencenumber  = importsequencenumber;
     Filesize              = filesize;
     Overriddencreatedon   = overriddencreatedon;
     Objecttypecode        = objecttypecode;
     Mimetype              = mimetype;
     this._modifiedbyValue = _modifiedbyValue;
     Documentbody          = documentbody;
     DocumentbodyBinary    = documentbodyBinary;
     this._owningteamValue = _owningteamValue;
     Versionnumber         = versionnumber;
     Filename              = filename;
     Notetext              = notetext;
     this._owninguserValue = _owninguserValue;
     Createdon             = createdon;
     Stepid       = stepid;
     Annotationid = annotationid;
     Langid       = langid;
     Isdocument   = isdocument;
     this._owningbusinessunitValue = _owningbusinessunitValue;
     this._owneridValue            = _owneridValue;
     this._createdonbehalfbyValue  = _createdonbehalfbyValue;
     this._objectidValue           = _objectidValue;
     Subject = subject;
     this._modifiedonbehalfbyValue          = _modifiedonbehalfbyValue;
     this._createdbyValue                   = _createdbyValue;
     ObjectidKnowledgearticle               = objectidKnowledgearticle;
     ObjectidEntitlement                    = objectidEntitlement;
     ObjectidEntitlementchannel             = objectidEntitlementchannel;
     ObjectidEntitlementtemplate            = objectidEntitlementtemplate;
     ObjectidBookableresource               = objectidBookableresource;
     ObjectidBookableresourcebooking        = objectidBookableresourcebooking;
     ObjectidBookableresourcebookingheader  = objectidBookableresourcebookingheader;
     ObjectidBookableresourcecategoryassn   = objectidBookableresourcecategoryassn;
     ObjectidBookableresourcecharacteristic = objectidBookableresourcecharacteristic;
     ObjectidBookableresourcegroup          = objectidBookableresourcegroup;
     ObjectidKnowledgebaserecord            = objectidKnowledgebaserecord;
     ObjectidAccount              = objectidAccount;
     Modifiedonbehalfby           = modifiedonbehalfby;
     ObjectidList                 = objectidList;
     ObjectidCampaignresponse     = objectidCampaignresponse;
     ObjectidKbarticle            = objectidKbarticle;
     ObjectidCampaignactivity     = objectidCampaignactivity;
     ObjectidAppointment          = objectidAppointment;
     Owningbusinessunit           = owningbusinessunit;
     AnnotationBulkDeleteFailures = annotationBulkDeleteFailures;
     ObjectidSla                = objectidSla;
     ObjectidCalendar           = objectidCalendar;
     Createdby                  = createdby;
     ObjectidFax                = objectidFax;
     ObjectidIncidentresolution = objectidIncidentresolution;
     ObjectidContact            = objectidContact;
     Owninguser                 = owninguser;
     ObjectidLetter             = objectidLetter;
     ObjectidService            = objectidService;
     ObjectidSalesorder         = objectidSalesorder;
     ObjectidQuoteclose         = objectidQuoteclose;
     ObjectidCompetitor         = objectidCompetitor;
     Ownerid                            = ownerid;
     ObjectidContract                   = objectidContract;
     ObjectidGoal                       = objectidGoal;
     ObjectidTask                       = objectidTask;
     ObjectidEmail                      = objectidEmail;
     ObjectidOrderclose                 = objectidOrderclose;
     ObjectidWorkflow                   = objectidWorkflow;
     Createdonbehalfby                  = createdonbehalfby;
     ObjectidIncident                   = objectidIncident;
     ObjectidEquipment                  = objectidEquipment;
     ObjectidContractdetail             = objectidContractdetail;
     ObjectidCampaign                   = objectidCampaign;
     Modifiedby                         = modifiedby;
     AnnotationAsyncOperations          = annotationAsyncOperations;
     ObjectidLead                       = objectidLead;
     ObjectidMailbox                    = objectidMailbox;
     ObjectidSocialactivity             = objectidSocialactivity;
     ObjectidResourcespec               = objectidResourcespec;
     Owningteam                         = owningteam;
     ObjectidDuplicaterule              = objectidDuplicaterule;
     AnnotationSyncErrors               = annotationSyncErrors;
     ObjectidServiceappointment         = objectidServiceappointment;
     ObjectidQuote                      = objectidQuote;
     ObjectidInvoice                    = objectidInvoice;
     ObjectidPhonecall                  = objectidPhonecall;
     ObjectidEmailserverprofile         = objectidEmailserverprofile;
     ObjectidOpportunityclose           = objectidOpportunityclose;
     ObjectidProduct                    = objectidProduct;
     ObjectidOpportunity                = objectidOpportunity;
     ObjectidRecurringappointmentmaster = objectidRecurringappointmentmaster;
     ObjectidBcgovCustomaddress         = objectidBcgovCustomaddress;
     ObjectidBcgovLocation              = objectidBcgovLocation;
     ObjectidBcgovEquipment             = objectidBcgovEquipment;
     ObjectidBcgovEquipmentlocation     = objectidBcgovEquipmentlocation;
     ObjectidBcgovRiskassessment        = objectidBcgovRiskassessment;
     CustomInit();
 }
 /// <summary>
 /// Initializes a new instance of the MicrosoftDynamicsCRMconnection
 /// class.
 /// </summary>
 public MicrosoftDynamicsCRMconnection(int?record1objecttypecode = default(int?), string _transactioncurrencyidValue = default(string), int?statecode = default(int?), string _modifiedonbehalfbyValue = default(string), string _record1roleidValue = default(string), System.DateTimeOffset?effectiveend = default(System.DateTimeOffset?), string entityimageUrl = default(string), string _modifiedbyValue = default(string), string name = default(string), object exchangerate = default(object), string _owningteamValue = default(string), int?importsequencenumber = default(int?), string _record2roleidValue = default(string), string _createdbyValue = default(string), int?record2objecttypecode = default(int?), string _owneridValue = default(string), string _owninguserValue = default(string), string _record1idValue = default(string), System.DateTimeOffset?effectivestart = default(System.DateTimeOffset?), System.DateTimeOffset?modifiedon = default(System.DateTimeOffset?), string description = default(string), long?versionnumber = default(long?), string entityimageid = default(string), long?entityimageTimestamp = default(long?), string _createdonbehalfbyValue = default(string), System.DateTimeOffset?overriddencreatedon = default(System.DateTimeOffset?), object entityimage = default(object), int?statuscode = default(int?), string _owningbusinessunitValue = default(string), string _relatedconnectionidValue = default(string), string _record2idValue = default(string), bool?ismaster = default(bool?), string connectionid = default(string), System.DateTimeOffset?createdon = default(System.DateTimeOffset?), MicrosoftDynamicsCRMknowledgearticle record1idKnowledgearticle = default(MicrosoftDynamicsCRMknowledgearticle), MicrosoftDynamicsCRMknowledgearticle record2idKnowledgearticle = default(MicrosoftDynamicsCRMknowledgearticle), MicrosoftDynamicsCRMentitlement record1idEntitlement = default(MicrosoftDynamicsCRMentitlement), MicrosoftDynamicsCRMentitlement record2idEntitlement = default(MicrosoftDynamicsCRMentitlement), MicrosoftDynamicsCRMknowledgebaserecord record1idKnowledgebaserecord = default(MicrosoftDynamicsCRMknowledgebaserecord), MicrosoftDynamicsCRMknowledgebaserecord record2idKnowledgebaserecord = default(MicrosoftDynamicsCRMknowledgebaserecord), MicrosoftDynamicsCRMcontact record1idContact = default(MicrosoftDynamicsCRMcontact), MicrosoftDynamicsCRMlead record2idLead = default(MicrosoftDynamicsCRMlead), MicrosoftDynamicsCRMsocialactivity record2idSocialactivity = default(MicrosoftDynamicsCRMsocialactivity), MicrosoftDynamicsCRMtask record2idTask = default(MicrosoftDynamicsCRMtask), MicrosoftDynamicsCRMsystemuser modifiedby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser record1idSystemuser = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMtransactioncurrency transactioncurrencyid = default(MicrosoftDynamicsCRMtransactioncurrency), MicrosoftDynamicsCRMaccount record2idAccount = default(MicrosoftDynamicsCRMaccount), MicrosoftDynamicsCRMsystemuser createdby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMterritory record1idTerritory = default(MicrosoftDynamicsCRMterritory), MicrosoftDynamicsCRMsystemuser record2idSystemuser = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMteam record2idTeam = default(MicrosoftDynamicsCRMteam), MicrosoftDynamicsCRMinvoice record1idInvoice = default(MicrosoftDynamicsCRMinvoice), MicrosoftDynamicsCRMquote record1idQuote = default(MicrosoftDynamicsCRMquote), MicrosoftDynamicsCRMterritory record2idTerritory = default(MicrosoftDynamicsCRMterritory), MicrosoftDynamicsCRMcampaignactivity record1idCampaignactivity = default(MicrosoftDynamicsCRMcampaignactivity), MicrosoftDynamicsCRMquote record2idQuote = default(MicrosoftDynamicsCRMquote), MicrosoftDynamicsCRMcampaignactivity record2idCampaignactivity = default(MicrosoftDynamicsCRMcampaignactivity), MicrosoftDynamicsCRMincident record2idIncident = default(MicrosoftDynamicsCRMincident), MicrosoftDynamicsCRMletter record2idLetter = default(MicrosoftDynamicsCRMletter), MicrosoftDynamicsCRMcontract record1idContract = default(MicrosoftDynamicsCRMcontract), MicrosoftDynamicsCRMresourcegroup record2idResourcegroup = default(MicrosoftDynamicsCRMresourcegroup), MicrosoftDynamicsCRMcontract record2idContract = default(MicrosoftDynamicsCRMcontract), MicrosoftDynamicsCRMserviceappointment record2idServiceappointment = default(MicrosoftDynamicsCRMserviceappointment), MicrosoftDynamicsCRMemail record1idEmail = default(MicrosoftDynamicsCRMemail), MicrosoftDynamicsCRMresourcegroup record1idResourcegroup = default(MicrosoftDynamicsCRMresourcegroup), MicrosoftDynamicsCRMlist record2idList = default(MicrosoftDynamicsCRMlist), MicrosoftDynamicsCRMsocialprofile record1idSocialprofile = default(MicrosoftDynamicsCRMsocialprofile), MicrosoftDynamicsCRMsystemuser createdonbehalfby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMpricelevel record2idPricelevel = default(MicrosoftDynamicsCRMpricelevel), MicrosoftDynamicsCRMtask record1idTask = default(MicrosoftDynamicsCRMtask), MicrosoftDynamicsCRMcampaign record1idCampaign = default(MicrosoftDynamicsCRMcampaign), MicrosoftDynamicsCRMsalesorder record2idSalesorder = default(MicrosoftDynamicsCRMsalesorder), MicrosoftDynamicsCRMemail record2idEmail = default(MicrosoftDynamicsCRMemail), MicrosoftDynamicsCRMserviceappointment record1idServiceappointment = default(MicrosoftDynamicsCRMserviceappointment), MicrosoftDynamicsCRMcompetitor record2idCompetitor = default(MicrosoftDynamicsCRMcompetitor), MicrosoftDynamicsCRMsocialprofile record2idSocialprofile = default(MicrosoftDynamicsCRMsocialprofile), MicrosoftDynamicsCRMproduct record2idProduct = default(MicrosoftDynamicsCRMproduct), MicrosoftDynamicsCRMteam record1idTeam = default(MicrosoftDynamicsCRMteam), MicrosoftDynamicsCRMconnectionrole record2roleid = default(MicrosoftDynamicsCRMconnectionrole), MicrosoftDynamicsCRMgoal record2idGoal = default(MicrosoftDynamicsCRMgoal), MicrosoftDynamicsCRMposition record1idPosition = default(MicrosoftDynamicsCRMposition), MicrosoftDynamicsCRMrecurringappointmentmaster record1idRecurringappointmentmaster = default(MicrosoftDynamicsCRMrecurringappointmentmaster), MicrosoftDynamicsCRMconstraintbasedgroup record2idConstraintbasedgroup = default(MicrosoftDynamicsCRMconstraintbasedgroup), MicrosoftDynamicsCRMcompetitor record1idCompetitor = default(MicrosoftDynamicsCRMcompetitor), MicrosoftDynamicsCRMopportunity record2idOpportunity = default(MicrosoftDynamicsCRMopportunity), IList <MicrosoftDynamicsCRMasyncoperation> connectionAsyncOperations = default(IList <MicrosoftDynamicsCRMasyncoperation>), MicrosoftDynamicsCRMappointment record1idAppointment = default(MicrosoftDynamicsCRMappointment), MicrosoftDynamicsCRMlist record1idList = default(MicrosoftDynamicsCRMlist), MicrosoftDynamicsCRMincident record1idIncident = default(MicrosoftDynamicsCRMincident), MicrosoftDynamicsCRMfax record2idFax = default(MicrosoftDynamicsCRMfax), MicrosoftDynamicsCRMequipment record1idEquipment = default(MicrosoftDynamicsCRMequipment), MicrosoftDynamicsCRMsystemuser modifiedonbehalfby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMinvoice record2idInvoice = default(MicrosoftDynamicsCRMinvoice), MicrosoftDynamicsCRMproduct record1idProduct = default(MicrosoftDynamicsCRMproduct), MicrosoftDynamicsCRMconnection relatedconnectionid = default(MicrosoftDynamicsCRMconnection), IList <MicrosoftDynamicsCRMconnection> connectionRelatedConnection = default(IList <MicrosoftDynamicsCRMconnection>), MicrosoftDynamicsCRMrecurringappointmentmaster record2idRecurringappointmentmaster = default(MicrosoftDynamicsCRMrecurringappointmentmaster), MicrosoftDynamicsCRMphonecall record1idPhonecall = default(MicrosoftDynamicsCRMphonecall), MicrosoftDynamicsCRMopportunity record1idOpportunity = default(MicrosoftDynamicsCRMopportunity), MicrosoftDynamicsCRMappointment record2idAppointment = default(MicrosoftDynamicsCRMappointment), MicrosoftDynamicsCRMbusinessunit owningbusinessunit = default(MicrosoftDynamicsCRMbusinessunit), MicrosoftDynamicsCRMgoal record1idGoal = default(MicrosoftDynamicsCRMgoal), MicrosoftDynamicsCRMsocialactivity record1idSocialactivity = default(MicrosoftDynamicsCRMsocialactivity), MicrosoftDynamicsCRMfax record1idFax = default(MicrosoftDynamicsCRMfax), MicrosoftDynamicsCRMposition record2idPosition = default(MicrosoftDynamicsCRMposition), MicrosoftDynamicsCRMconnectionrole record1roleid = default(MicrosoftDynamicsCRMconnectionrole), MicrosoftDynamicsCRMletter record1idLetter = default(MicrosoftDynamicsCRMletter), IList <MicrosoftDynamicsCRMsyncerror> connectionSyncErrors = default(IList <MicrosoftDynamicsCRMsyncerror>), MicrosoftDynamicsCRMactivitypointer record2idActivitypointer = default(MicrosoftDynamicsCRMactivitypointer), MicrosoftDynamicsCRMaccount record1idAccount = default(MicrosoftDynamicsCRMaccount), MicrosoftDynamicsCRMlead record1idLead = default(MicrosoftDynamicsCRMlead), MicrosoftDynamicsCRMprincipal ownerid = default(MicrosoftDynamicsCRMprincipal), MicrosoftDynamicsCRMconstraintbasedgroup record1idConstraintbasedgroup = default(MicrosoftDynamicsCRMconstraintbasedgroup), MicrosoftDynamicsCRMcontact record2idContact = default(MicrosoftDynamicsCRMcontact), MicrosoftDynamicsCRMequipment record2idEquipment = default(MicrosoftDynamicsCRMequipment), MicrosoftDynamicsCRMactivitypointer record1idActivitypointer = default(MicrosoftDynamicsCRMactivitypointer), MicrosoftDynamicsCRMcampaign record2idCampaign = default(MicrosoftDynamicsCRMcampaign), MicrosoftDynamicsCRMsalesorder record1idSalesorder = default(MicrosoftDynamicsCRMsalesorder), MicrosoftDynamicsCRMphonecall record2idPhonecall = default(MicrosoftDynamicsCRMphonecall), MicrosoftDynamicsCRMpricelevel record1idPricelevel = default(MicrosoftDynamicsCRMpricelevel), MicrosoftDynamicsCRMbcgovCustomaddress record1idBcgovCustomaddress = default(MicrosoftDynamicsCRMbcgovCustomaddress), MicrosoftDynamicsCRMbcgovCustomaddress record2idBcgovCustomaddress = default(MicrosoftDynamicsCRMbcgovCustomaddress), MicrosoftDynamicsCRMbcgovCustomproduct record1idBcgovCustomproduct = default(MicrosoftDynamicsCRMbcgovCustomproduct), MicrosoftDynamicsCRMbcgovCustomproduct record2idBcgovCustomproduct = default(MicrosoftDynamicsCRMbcgovCustomproduct), MicrosoftDynamicsCRMbcgovLocation record1idBcgovLocation = default(MicrosoftDynamicsCRMbcgovLocation), MicrosoftDynamicsCRMbcgovLocation record2idBcgovLocation = default(MicrosoftDynamicsCRMbcgovLocation), MicrosoftDynamicsCRMbcgovEquipment record1idBcgovEquipment = default(MicrosoftDynamicsCRMbcgovEquipment), MicrosoftDynamicsCRMbcgovEquipment record2idBcgovEquipment = default(MicrosoftDynamicsCRMbcgovEquipment), MicrosoftDynamicsCRMbcgovEquipmentlocation record1idBcgovEquipmentlocation = default(MicrosoftDynamicsCRMbcgovEquipmentlocation), MicrosoftDynamicsCRMbcgovEquipmentlocation record2idBcgovEquipmentlocation = default(MicrosoftDynamicsCRMbcgovEquipmentlocation), MicrosoftDynamicsCRMbcgovRiskassessment record1idBcgovRiskassessment = default(MicrosoftDynamicsCRMbcgovRiskassessment), MicrosoftDynamicsCRMbcgovRiskassessment record2idBcgovRiskassessment = default(MicrosoftDynamicsCRMbcgovRiskassessment))
 {
     Record1objecttypecode            = record1objecttypecode;
     this._transactioncurrencyidValue = _transactioncurrencyidValue;
     Statecode = statecode;
     this._modifiedonbehalfbyValue = _modifiedonbehalfbyValue;
     this._record1roleidValue      = _record1roleidValue;
     Effectiveend          = effectiveend;
     EntityimageUrl        = entityimageUrl;
     this._modifiedbyValue = _modifiedbyValue;
     Name                                = name;
     Exchangerate                        = exchangerate;
     this._owningteamValue               = _owningteamValue;
     Importsequencenumber                = importsequencenumber;
     this._record2roleidValue            = _record2roleidValue;
     this._createdbyValue                = _createdbyValue;
     Record2objecttypecode               = record2objecttypecode;
     this._owneridValue                  = _owneridValue;
     this._owninguserValue               = _owninguserValue;
     this._record1idValue                = _record1idValue;
     Effectivestart                      = effectivestart;
     Modifiedon                          = modifiedon;
     Description                         = description;
     Versionnumber                       = versionnumber;
     Entityimageid                       = entityimageid;
     EntityimageTimestamp                = entityimageTimestamp;
     this._createdonbehalfbyValue        = _createdonbehalfbyValue;
     Overriddencreatedon                 = overriddencreatedon;
     Entityimage                         = entityimage;
     Statuscode                          = statuscode;
     this._owningbusinessunitValue       = _owningbusinessunitValue;
     this._relatedconnectionidValue      = _relatedconnectionidValue;
     this._record2idValue                = _record2idValue;
     Ismaster                            = ismaster;
     Connectionid                        = connectionid;
     Createdon                           = createdon;
     Record1idKnowledgearticle           = record1idKnowledgearticle;
     Record2idKnowledgearticle           = record2idKnowledgearticle;
     Record1idEntitlement                = record1idEntitlement;
     Record2idEntitlement                = record2idEntitlement;
     Record1idKnowledgebaserecord        = record1idKnowledgebaserecord;
     Record2idKnowledgebaserecord        = record2idKnowledgebaserecord;
     Record1idContact                    = record1idContact;
     Record2idLead                       = record2idLead;
     Record2idSocialactivity             = record2idSocialactivity;
     Record2idTask                       = record2idTask;
     Modifiedby                          = modifiedby;
     Record1idSystemuser                 = record1idSystemuser;
     Transactioncurrencyid               = transactioncurrencyid;
     Record2idAccount                    = record2idAccount;
     Createdby                           = createdby;
     Record1idTerritory                  = record1idTerritory;
     Record2idSystemuser                 = record2idSystemuser;
     Record2idTeam                       = record2idTeam;
     Record1idInvoice                    = record1idInvoice;
     Record1idQuote                      = record1idQuote;
     Record2idTerritory                  = record2idTerritory;
     Record1idCampaignactivity           = record1idCampaignactivity;
     Record2idQuote                      = record2idQuote;
     Record2idCampaignactivity           = record2idCampaignactivity;
     Record2idIncident                   = record2idIncident;
     Record2idLetter                     = record2idLetter;
     Record1idContract                   = record1idContract;
     Record2idResourcegroup              = record2idResourcegroup;
     Record2idContract                   = record2idContract;
     Record2idServiceappointment         = record2idServiceappointment;
     Record1idEmail                      = record1idEmail;
     Record1idResourcegroup              = record1idResourcegroup;
     Record2idList                       = record2idList;
     Record1idSocialprofile              = record1idSocialprofile;
     Createdonbehalfby                   = createdonbehalfby;
     Record2idPricelevel                 = record2idPricelevel;
     Record1idTask                       = record1idTask;
     Record1idCampaign                   = record1idCampaign;
     Record2idSalesorder                 = record2idSalesorder;
     Record2idEmail                      = record2idEmail;
     Record1idServiceappointment         = record1idServiceappointment;
     Record2idCompetitor                 = record2idCompetitor;
     Record2idSocialprofile              = record2idSocialprofile;
     Record2idProduct                    = record2idProduct;
     Record1idTeam                       = record1idTeam;
     Record2roleid                       = record2roleid;
     Record2idGoal                       = record2idGoal;
     Record1idPosition                   = record1idPosition;
     Record1idRecurringappointmentmaster = record1idRecurringappointmentmaster;
     Record2idConstraintbasedgroup       = record2idConstraintbasedgroup;
     Record1idCompetitor                 = record1idCompetitor;
     Record2idOpportunity                = record2idOpportunity;
     ConnectionAsyncOperations           = connectionAsyncOperations;
     Record1idAppointment                = record1idAppointment;
     Record1idList                       = record1idList;
     Record1idIncident                   = record1idIncident;
     Record2idFax                        = record2idFax;
     Record1idEquipment                  = record1idEquipment;
     Modifiedonbehalfby                  = modifiedonbehalfby;
     Record2idInvoice                    = record2idInvoice;
     Record1idProduct                    = record1idProduct;
     Relatedconnectionid                 = relatedconnectionid;
     ConnectionRelatedConnection         = connectionRelatedConnection;
     Record2idRecurringappointmentmaster = record2idRecurringappointmentmaster;
     Record1idPhonecall                  = record1idPhonecall;
     Record1idOpportunity                = record1idOpportunity;
     Record2idAppointment                = record2idAppointment;
     Owningbusinessunit                  = owningbusinessunit;
     Record1idGoal                       = record1idGoal;
     Record1idSocialactivity             = record1idSocialactivity;
     Record1idFax                        = record1idFax;
     Record2idPosition                   = record2idPosition;
     Record1roleid                       = record1roleid;
     Record1idLetter                     = record1idLetter;
     ConnectionSyncErrors                = connectionSyncErrors;
     Record2idActivitypointer            = record2idActivitypointer;
     Record1idAccount                    = record1idAccount;
     Record1idLead                       = record1idLead;
     Ownerid                             = ownerid;
     Record1idConstraintbasedgroup       = record1idConstraintbasedgroup;
     Record2idContact                    = record2idContact;
     Record2idEquipment                  = record2idEquipment;
     Record1idActivitypointer            = record1idActivitypointer;
     Record2idCampaign                   = record2idCampaign;
     Record1idSalesorder                 = record1idSalesorder;
     Record2idPhonecall                  = record2idPhonecall;
     Record1idPricelevel                 = record1idPricelevel;
     Record1idBcgovCustomaddress         = record1idBcgovCustomaddress;
     Record2idBcgovCustomaddress         = record2idBcgovCustomaddress;
     Record1idBcgovCustomproduct         = record1idBcgovCustomproduct;
     Record2idBcgovCustomproduct         = record2idBcgovCustomproduct;
     Record1idBcgovLocation              = record1idBcgovLocation;
     Record2idBcgovLocation              = record2idBcgovLocation;
     Record1idBcgovEquipment             = record1idBcgovEquipment;
     Record2idBcgovEquipment             = record2idBcgovEquipment;
     Record1idBcgovEquipmentlocation     = record1idBcgovEquipmentlocation;
     Record2idBcgovEquipmentlocation     = record2idBcgovEquipmentlocation;
     Record1idBcgovRiskassessment        = record1idBcgovRiskassessment;
     Record2idBcgovRiskassessment        = record2idBcgovRiskassessment;
     CustomInit();
 }