/// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMimportentitymapping class.
 /// </summary>
 /// <param name="dedupe">Information about whether the entity needs to
 /// be processed to find and delete duplicate records.</param>
 /// <param name="processcode">Information about whether the import
 /// entity mapping needs to be processed.</param>
 /// <param name="importentitymappingid">Unique identifier of the import
 /// entity mapping.</param>
 /// <param name="sourceentityname">Name of the source entity.</param>
 /// <param name="statuscode">Reason for the status of the import entity
 /// mapping.</param>
 /// <param name="_modifiedonbehalfbyValue">Unique identifier of the
 /// delegate user who last modified the importentitymapping.</param>
 /// <param name="targetentityname">Name of the Microsoft Dynamics 365
 /// entity.</param>
 /// <param name="statecode">Status of the import entity
 /// mapping.</param>
 /// <param name="_createdonbehalfbyValue">Unique identifier of the
 /// delegate user who created the importentitymapping.</param>
 /// <param name="_createdbyValue">Unique identifier of the user who
 /// created the import entity mapping.</param>
 /// <param name="modifiedon">Date and time when the import entity
 /// mapping was last modified.</param>
 /// <param name="createdon">Date and time when the import entity
 /// mapping was created.</param>
 /// <param name="_importmapidValue">Unique identifier of the associated
 /// data map.</param>
 /// <param name="_modifiedbyValue">Unique identifier of the user who
 /// last modified the import entity mapping.</param>
 public MicrosoftDynamicsCRMimportentitymapping(int?dedupe = default(int?), int?processcode = default(int?), string importentitymappingid = default(string), string sourceentityname = default(string), int?statuscode = default(int?), string _modifiedonbehalfbyValue = default(string), string targetentityname = default(string), int?statecode = default(int?), string _createdonbehalfbyValue = default(string), string _createdbyValue = default(string), System.DateTimeOffset?modifiedon = default(System.DateTimeOffset?), System.DateTimeOffset?createdon = default(System.DateTimeOffset?), string _importmapidValue = default(string), string _modifiedbyValue = default(string), MicrosoftDynamicsCRMsystemuser modifiedby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser createdby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMimportmap importmapid = default(MicrosoftDynamicsCRMimportmap), MicrosoftDynamicsCRMsystemuser createdonbehalfby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser modifiedonbehalfby = default(MicrosoftDynamicsCRMsystemuser))
 {
     Dedupe                        = dedupe;
     Processcode                   = processcode;
     Importentitymappingid         = importentitymappingid;
     Sourceentityname              = sourceentityname;
     Statuscode                    = statuscode;
     this._modifiedonbehalfbyValue = _modifiedonbehalfbyValue;
     Targetentityname              = targetentityname;
     Statecode                     = statecode;
     this._createdonbehalfbyValue  = _createdonbehalfbyValue;
     this._createdbyValue          = _createdbyValue;
     Modifiedon                    = modifiedon;
     Createdon                     = createdon;
     this._importmapidValue        = _importmapidValue;
     this._modifiedbyValue         = _modifiedbyValue;
     Modifiedby                    = modifiedby;
     Createdby                     = createdby;
     Importmapid                   = importmapid;
     Createdonbehalfby             = createdonbehalfby;
     Modifiedonbehalfby            = modifiedonbehalfby;
     CustomInit();
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the MicrosoftDynamicsCRMimportfile
 /// class.
 /// </summary>
 /// <param name="totalcount">Shows the total number of records in the
 /// import file.</param>
 /// <param name="targetentityname">Select the target record type
 /// (entity) for the records that will be created during the import
 /// job.</param>
 /// <param name="parsedtablename">Shows the name of the table that
 /// contains the parsed data from the import file.</param>
 /// <param name="completedon">Shows the date and time when the import
 /// associated with the import file was completed.</param>
 /// <param name="additionalheaderrow">Shows the secondary column
 /// headers. The additional headers are used during the process of
 /// transforming the import file into import data records.</param>
 /// <param name="isfirstrowheader">Select whether the first row of the
 /// import file contains column headings, which are used for data
 /// mapping during the import job.</param>
 /// <param name="_modifiedbyValue">Shows who last updated the
 /// record.</param>
 /// <param name="statuscode">Shows the reason code that explains the
 /// import file's status to identify the stage of the import process,
 /// from parsing the data to completed.</param>
 /// <param name="statecode">Shows the status of the import file record.
 /// By default, all records are active and can't be
 /// deactivated.</param>
 /// <param name="content">Stores the content of the import file, stored
 /// as comma-separated values.</param>
 /// <param name="source">Shows the name of the data source file
 /// uploaded in the import job.</param>
 /// <param name="fielddelimitercode">Select the character that is used
 /// to separate each field in the import file. Typically, it is a
 /// comma.</param>
 /// <param name="importfileid">Unique identifier of the import
 /// file.</param>
 /// <param name="_modifiedonbehalfbyValue">Shows who created the record
 /// on behalf of another user.</param>
 /// <param name="partialfailurecount">Shows the number of records in
 /// this file that had failures during the import.</param>
 /// <param name="_importmapidValue">Choose a data map to match the
 /// import file and its column headers with the record types and fields
 /// in Microsoft Dynamics 365. If the column headers in the file match
 /// the display names of the target fields in Microsoft Dynamics 365,
 /// we import the data automatically. If not, you can manually define
 /// matches during import.</param>
 /// <param name="size">Shows the size of the import file, in
 /// kilobytes.</param>
 /// <param name="timezoneruleversionnumber">For internal use
 /// only.</param>
 /// <param name="parsedtablecolumnprefix">Shows the prefix applied to
 /// each column after the import file is parsed.</param>
 /// <param name="_createdbyValue">Shows who created the record.</param>
 /// <param name="_owningbusinessunitValue">Shows the business unit that
 /// the record owner belongs to.</param>
 /// <param name="usesystemmap">Tells whether an automatic system map
 /// was applied to the import file, which automatically maps the import
 /// data to the target entity in Microsoft Dynamics 365.</param>
 /// <param name="_owninguserValue">Unique identifier of the user who
 /// owns the import file.</param>
 /// <param name="datadelimitercode">Select the single-character data
 /// delimiter used in the import file. This is typically a single or
 /// double quotation mark.</param>
 /// <param name="sourceentityname">Shows the record type (entity) of
 /// the source data.</param>
 /// <param name="_importidValue">Choose the import job that the file
 /// was uploaded for.</param>
 /// <param name="enableduplicatedetection">Select whether
 /// duplicate-detection rules should be run against the import
 /// job.</param>
 /// <param name="_createdonbehalfbyValue">Shows who created the record
 /// on behalf of another user.</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="filetypecode">Shows the type of source file that is
 /// uploaded for import.</param>
 /// <param name="failurecount">Shows the number of records in the
 /// import file that cannot be imported.</param>
 /// <param name="relatedentitycolumns">Shows the columns that are
 /// mapped to a related record type (entity) of the primary record type
 /// (entity) included in the import file.</param>
 /// <param name="processingstatus">Shows the import file's processing
 /// status code. This indicates whether the data in the import file has
 /// been parsed, transformed, or imported.</param>
 /// <param name="utcconversiontimezonecode">Time zone code that was in
 /// use when the record was created.</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="name">Shows the name of the import file. This name is
 /// based on the name of the uploaded file.</param>
 /// <param name="_owneridValue">Enter the user who is assigned to
 /// follow up with or manage the import file. This field is updated
 /// every time the import file is assigned to a different user.</param>
 /// <param name="headerrow">Shows a list of each column header in the
 /// import file separated by a comma. The header is used for parsing
 /// the file during the import job.</param>
 /// <param name="_owningteamValue">Unique identifier of the team who
 /// owns the import file.</param>
 /// <param name="processcode">Tells whether the import file should be
 /// ignored or processed during the import.</param>
 /// <param name="successcount">Shows the number of records in the
 /// import file that are imported successfully.</param>
 /// <param name="parsedtablecolumnsnumber">Shows the number of columns
 /// included in the parsed import file.</param>
 /// <param name="progresscounter">Shows the progress code for the
 /// processing of the import file. This field is used when a paused
 /// import job is resumed.</param>
 /// <param name="_recordsowneridValue">Choose the user that the records
 /// created during the import job should be assigned to.</param>
 public MicrosoftDynamicsCRMimportfile(int?totalcount = default(int?), string targetentityname = default(string), string parsedtablename = default(string), System.DateTimeOffset?completedon = default(System.DateTimeOffset?), string additionalheaderrow = default(string), bool?isfirstrowheader = default(bool?), string _modifiedbyValue = default(string), int?statuscode = default(int?), int?statecode = default(int?), string content = default(string), string source = default(string), int?fielddelimitercode = default(int?), string importfileid = default(string), string _modifiedonbehalfbyValue = default(string), int?partialfailurecount = default(int?), string _importmapidValue = default(string), string size = default(string), int?timezoneruleversionnumber = default(int?), string parsedtablecolumnprefix = default(string), string _createdbyValue = default(string), string _owningbusinessunitValue = default(string), bool?usesystemmap = default(bool?), string _owninguserValue = default(string), int?datadelimitercode = default(int?), string sourceentityname = default(string), string _importidValue = default(string), bool?enableduplicatedetection = default(bool?), string _createdonbehalfbyValue = default(string), System.DateTimeOffset?createdon = default(System.DateTimeOffset?), int?filetypecode = default(int?), int?failurecount = default(int?), string relatedentitycolumns = default(string), int?processingstatus = default(int?), int?utcconversiontimezonecode = default(int?), System.DateTimeOffset?modifiedon = default(System.DateTimeOffset?), string name = default(string), string _owneridValue = default(string), string headerrow = default(string), string _owningteamValue = default(string), int?processcode = default(int?), int?successcount = default(int?), int?parsedtablecolumnsnumber = default(int?), int?progresscounter = default(int?), string _recordsowneridValue = default(string), IList <MicrosoftDynamicsCRMasyncoperation> importFileAsyncOperations = default(IList <MicrosoftDynamicsCRMasyncoperation>), IList <MicrosoftDynamicsCRMbulkdeletefailure> importFileBulkDeleteFailures = default(IList <MicrosoftDynamicsCRMbulkdeletefailure>), MicrosoftDynamicsCRMteam recordsowneridTeam = default(MicrosoftDynamicsCRMteam), MicrosoftDynamicsCRMsystemuser owninguser = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser modifiedonbehalfby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMteam owningteam = default(MicrosoftDynamicsCRMteam), IList <MicrosoftDynamicsCRMimportdata> importFileImportData = default(IList <MicrosoftDynamicsCRMimportdata>), MicrosoftDynamicsCRMsystemuser createdonbehalfby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMbusinessunit owningbusinessunit = default(MicrosoftDynamicsCRMbusinessunit), MicrosoftDynamicsCRMimport importid = default(MicrosoftDynamicsCRMimport), MicrosoftDynamicsCRMsystemuser recordsowneridSystemuser = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMprincipal ownerid = default(MicrosoftDynamicsCRMprincipal), MicrosoftDynamicsCRMsystemuser modifiedby = default(MicrosoftDynamicsCRMsystemuser), IList <MicrosoftDynamicsCRMimportlog> importLogImportFile = default(IList <MicrosoftDynamicsCRMimportlog>), MicrosoftDynamicsCRMsystemuser createdby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMimportmap importmapid = default(MicrosoftDynamicsCRMimportmap))
 {
     Totalcount            = totalcount;
     Targetentityname      = targetentityname;
     Parsedtablename       = parsedtablename;
     Completedon           = completedon;
     Additionalheaderrow   = additionalheaderrow;
     Isfirstrowheader      = isfirstrowheader;
     this._modifiedbyValue = _modifiedbyValue;
     Statuscode            = statuscode;
     Statecode             = statecode;
     Content                       = content;
     Source                        = source;
     Fielddelimitercode            = fielddelimitercode;
     Importfileid                  = importfileid;
     this._modifiedonbehalfbyValue = _modifiedonbehalfbyValue;
     Partialfailurecount           = partialfailurecount;
     this._importmapidValue        = _importmapidValue;
     Size = size;
     Timezoneruleversionnumber     = timezoneruleversionnumber;
     Parsedtablecolumnprefix       = parsedtablecolumnprefix;
     this._createdbyValue          = _createdbyValue;
     this._owningbusinessunitValue = _owningbusinessunitValue;
     Usesystemmap                 = usesystemmap;
     this._owninguserValue        = _owninguserValue;
     Datadelimitercode            = datadelimitercode;
     Sourceentityname             = sourceentityname;
     this._importidValue          = _importidValue;
     Enableduplicatedetection     = enableduplicatedetection;
     this._createdonbehalfbyValue = _createdonbehalfbyValue;
     Createdon                 = createdon;
     Filetypecode              = filetypecode;
     Failurecount              = failurecount;
     Relatedentitycolumns      = relatedentitycolumns;
     Processingstatus          = processingstatus;
     Utcconversiontimezonecode = utcconversiontimezonecode;
     Modifiedon                = modifiedon;
     Name = name;
     this._owneridValue           = _owneridValue;
     Headerrow                    = headerrow;
     this._owningteamValue        = _owningteamValue;
     Processcode                  = processcode;
     Successcount                 = successcount;
     Parsedtablecolumnsnumber     = parsedtablecolumnsnumber;
     Progresscounter              = progresscounter;
     this._recordsowneridValue    = _recordsowneridValue;
     ImportFileAsyncOperations    = importFileAsyncOperations;
     ImportFileBulkDeleteFailures = importFileBulkDeleteFailures;
     RecordsowneridTeam           = recordsowneridTeam;
     Owninguser                   = owninguser;
     Modifiedonbehalfby           = modifiedonbehalfby;
     Owningteam                   = owningteam;
     ImportFileImportData         = importFileImportData;
     Createdonbehalfby            = createdonbehalfby;
     Owningbusinessunit           = owningbusinessunit;
     Importid = importid;
     RecordsowneridSystemuser = recordsowneridSystemuser;
     Ownerid             = ownerid;
     Modifiedby          = modifiedby;
     ImportLogImportFile = importLogImportFile;
     Createdby           = createdby;
     Importmapid         = importmapid;
     CustomInit();
 }