/// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMbookableresourcecharacteristic class.
 /// </summary>
 /// <param name="processid">Shows the ID of the process.</param>
 /// <param name="_createdonbehalfbyValue">Unique identifier of the
 /// delegate user who created the record.</param>
 /// <param name="name">Type the name of the association between the
 /// resource and characteristic.</param>
 /// <param name="_owningbusinessunitValue">Unique identifier for the
 /// business unit that owns the record</param>
 /// <param name="overriddencreatedon">Date and time that the record was
 /// migrated.</param>
 /// <param name="modifiedon">Date and time when the record was
 /// modified.</param>
 /// <param name="_transactioncurrencyidValue">Exchange rate for the
 /// currency associated with the BookableResourceCharacteristic with
 /// respect to the base currency.</param>
 /// <param name="_resourceValue">Shows the resource associated with the
 /// characteristic.</param>
 /// <param name="statuscode">Reason for the status of the Bookable
 /// Resource Characteristic</param>
 /// <param name="_owningteamValue">Unique identifier for the team that
 /// owns the record.</param>
 /// <param name="_characteristicValue">Choose the characteristic to
 /// associate with the resource.</param>
 /// <param name="_modifiedbyValue">Unique identifier of the user who
 /// modified the record.</param>
 /// <param name="_owninguserValue">Unique identifier for the user that
 /// owns the record.</param>
 /// <param name="statecode">Status of the Bookable Resource
 /// Characteristic</param>
 /// <param name="traversedpath">For internal use only.</param>
 /// <param name="_modifiedonbehalfbyValue">Unique identifier of the
 /// delegate user who modified the record.</param>
 /// <param name="utcconversiontimezonecode">Time zone code that was in
 /// use when the record was created.</param>
 /// <param name="importsequencenumber">Sequence number of the import
 /// that created this record.</param>
 /// <param name="_createdbyValue">Unique identifier of the user who
 /// created the record.</param>
 /// <param name="exchangerate">Exchange rate for the currency
 /// associated with the bookableresourcecharacteristic with respect to
 /// the base currency.</param>
 /// <param name="createdon">Date and time when the record was
 /// created.</param>
 /// <param name="bookableresourcecharacteristicid">Unique identifier of
 /// the resource characteristic.</param>
 /// <param name="timezoneruleversionnumber">For internal use
 /// only.</param>
 /// <param name="_owneridValue">Unique identifier of the user or team
 /// who owns the record.</param>
 /// <param name="stageid">Shows the ID of the stage.</param>
 /// <param name="_ratingvalueValue">Select a rating value that
 /// represents the evaluation of a characteristic for a particular
 /// resource.</param>
 public MicrosoftDynamicsCRMbookableresourcecharacteristic(string processid = default(string), string _createdonbehalfbyValue = default(string), string name = default(string), string _owningbusinessunitValue = default(string), System.DateTimeOffset?overriddencreatedon = default(System.DateTimeOffset?), System.DateTimeOffset?modifiedon = default(System.DateTimeOffset?), string versionnumber = default(string), string _transactioncurrencyidValue = default(string), string _resourceValue = default(string), int?statuscode = default(int?), string _owningteamValue = default(string), string _characteristicValue = default(string), string _modifiedbyValue = default(string), string _owninguserValue = default(string), int?statecode = default(int?), string traversedpath = default(string), string _modifiedonbehalfbyValue = default(string), int?utcconversiontimezonecode = default(int?), int?importsequencenumber = default(int?), string _createdbyValue = default(string), decimal?exchangerate = default(decimal?), System.DateTimeOffset?createdon = default(System.DateTimeOffset?), string bookableresourcecharacteristicid = default(string), int?timezoneruleversionnumber = default(int?), string _owneridValue = default(string), string stageid = default(string), string _ratingvalueValue = default(string), MicrosoftDynamicsCRMsystemuser createdbyname = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser createdonbehalfbyname = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser modifiedbyname = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser modifiedonbehalfbyname = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser owninguser = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMteam owningteam = default(MicrosoftDynamicsCRMteam), MicrosoftDynamicsCRMprincipal ownerid = default(MicrosoftDynamicsCRMprincipal), MicrosoftDynamicsCRMbusinessunit owningbusinessunit = default(MicrosoftDynamicsCRMbusinessunit), IList <MicrosoftDynamicsCRMduplicaterecord> bookableresourcecharacteristicDuplicateMatchingRecord = default(IList <MicrosoftDynamicsCRMduplicaterecord>), IList <MicrosoftDynamicsCRMduplicaterecord> bookableresourcecharacteristicDuplicateBaseRecord = default(IList <MicrosoftDynamicsCRMduplicaterecord>), IList <MicrosoftDynamicsCRMannotation> bookableresourcecharacteristicAnnotations = default(IList <MicrosoftDynamicsCRMannotation>), IList <MicrosoftDynamicsCRMasyncoperation> bookableresourcecharacteristicAsyncOperations = default(IList <MicrosoftDynamicsCRMasyncoperation>), IList <MicrosoftDynamicsCRMbulkdeletefailure> bookableresourcecharacteristicBulkDeleteFailures = default(IList <MicrosoftDynamicsCRMbulkdeletefailure>), MicrosoftDynamicsCRMbookableresource resource = default(MicrosoftDynamicsCRMbookableresource), MicrosoftDynamicsCRMcharacteristic characteristic = default(MicrosoftDynamicsCRMcharacteristic), MicrosoftDynamicsCRMratingvalue ratingValue = default(MicrosoftDynamicsCRMratingvalue), MicrosoftDynamicsCRMtransactioncurrency transactioncurrencyid = default(MicrosoftDynamicsCRMtransactioncurrency), IList <MicrosoftDynamicsCRMsyncerror> bookableResourceCharacteristicSyncErrors = default(IList <MicrosoftDynamicsCRMsyncerror>))
 {
     Processid = processid;
     this._createdonbehalfbyValue = _createdonbehalfbyValue;
     Name = name;
     this._owningbusinessunitValue = _owningbusinessunitValue;
     Overriddencreatedon           = overriddencreatedon;
     Modifiedon    = modifiedon;
     Versionnumber = versionnumber;
     this._transactioncurrencyidValue = _transactioncurrencyidValue;
     this._resourceValue       = _resourceValue;
     Statuscode                = statuscode;
     this._owningteamValue     = _owningteamValue;
     this._characteristicValue = _characteristicValue;
     this._modifiedbyValue     = _modifiedbyValue;
     this._owninguserValue     = _owninguserValue;
     Statecode     = statecode;
     Traversedpath = traversedpath;
     this._modifiedonbehalfbyValue = _modifiedonbehalfbyValue;
     Utcconversiontimezonecode     = utcconversiontimezonecode;
     Importsequencenumber          = importsequencenumber;
     this._createdbyValue          = _createdbyValue;
     Exchangerate = exchangerate;
     Createdon    = createdon;
     Bookableresourcecharacteristicid = bookableresourcecharacteristicid;
     Timezoneruleversionnumber        = timezoneruleversionnumber;
     this._owneridValue     = _owneridValue;
     Stageid                = stageid;
     this._ratingvalueValue = _ratingvalueValue;
     Createdbyname          = createdbyname;
     Createdonbehalfbyname  = createdonbehalfbyname;
     Modifiedbyname         = modifiedbyname;
     Modifiedonbehalfbyname = modifiedonbehalfbyname;
     Owninguser             = owninguser;
     Owningteam             = owningteam;
     Ownerid                = ownerid;
     Owningbusinessunit     = owningbusinessunit;
     BookableresourcecharacteristicDuplicateMatchingRecord = bookableresourcecharacteristicDuplicateMatchingRecord;
     BookableresourcecharacteristicDuplicateBaseRecord     = bookableresourcecharacteristicDuplicateBaseRecord;
     BookableresourcecharacteristicAnnotations             = bookableresourcecharacteristicAnnotations;
     BookableresourcecharacteristicAsyncOperations         = bookableresourcecharacteristicAsyncOperations;
     BookableresourcecharacteristicBulkDeleteFailures      = bookableresourcecharacteristicBulkDeleteFailures;
     Resource              = resource;
     Characteristic        = characteristic;
     RatingValue           = ratingValue;
     Transactioncurrencyid = transactioncurrencyid;
     BookableResourceCharacteristicSyncErrors = bookableResourceCharacteristicSyncErrors;
     CustomInit();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMbookableresourcegroup class.
 /// </summary>
 public MicrosoftDynamicsCRMbookableresourcegroup(string _owningteamValue = default(string), string _childresourceValue = default(string), string _modifiedonbehalfbyValue = default(string), string _transactioncurrencyidValue = default(string), object exchangerate = default(object), long?versionnumber = default(long?), System.DateTimeOffset?overriddencreatedon = default(System.DateTimeOffset?), System.DateTimeOffset?modifiedon = default(System.DateTimeOffset?), int?statuscode = default(int?), string _parentresourceValue = default(string), string _modifiedbyValue = default(string), string name = default(string), System.DateTimeOffset?fromdate = default(System.DateTimeOffset?), string bookableresourcegroupid = default(string), string _createdonbehalfbyValue = default(string), string _owninguserValue = default(string), string _createdbyValue = default(string), int?statecode = default(int?), System.DateTimeOffset?todate = default(System.DateTimeOffset?), string _owneridValue = default(string), int?importsequencenumber = default(int?), int?utcconversiontimezonecode = default(int?), string _owningbusinessunitValue = default(string), int?timezoneruleversionnumber = default(int?), System.DateTimeOffset?createdon = default(System.DateTimeOffset?), MicrosoftDynamicsCRMsystemuser createdbyname = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser createdonbehalfbyname = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser modifiedbyname = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser modifiedonbehalfbyname = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser owninguser = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMteam owningteam = default(MicrosoftDynamicsCRMteam), MicrosoftDynamicsCRMprincipal ownerid = default(MicrosoftDynamicsCRMprincipal), MicrosoftDynamicsCRMbusinessunit owningbusinessunit = default(MicrosoftDynamicsCRMbusinessunit), IList <MicrosoftDynamicsCRMduplicaterecord> bookableresourcegroupDuplicateMatchingRecord = default(IList <MicrosoftDynamicsCRMduplicaterecord>), IList <MicrosoftDynamicsCRMduplicaterecord> bookableresourcegroupDuplicateBaseRecord = default(IList <MicrosoftDynamicsCRMduplicaterecord>), IList <MicrosoftDynamicsCRMannotation> bookableresourcegroupAnnotations = default(IList <MicrosoftDynamicsCRMannotation>), IList <MicrosoftDynamicsCRMasyncoperation> bookableresourcegroupAsyncOperations = default(IList <MicrosoftDynamicsCRMasyncoperation>), IList <MicrosoftDynamicsCRMbulkdeletefailure> bookableresourcegroupBulkDeleteFailures = default(IList <MicrosoftDynamicsCRMbulkdeletefailure>), MicrosoftDynamicsCRMbookableresource childResource = default(MicrosoftDynamicsCRMbookableresource), MicrosoftDynamicsCRMbookableresource parentResource = default(MicrosoftDynamicsCRMbookableresource), MicrosoftDynamicsCRMtransactioncurrency transactioncurrencyid = default(MicrosoftDynamicsCRMtransactioncurrency), IList <MicrosoftDynamicsCRMsyncerror> bookableResourceGroupSyncErrors = default(IList <MicrosoftDynamicsCRMsyncerror>))
 {
     this._owningteamValue            = _owningteamValue;
     this._childresourceValue         = _childresourceValue;
     this._modifiedonbehalfbyValue    = _modifiedonbehalfbyValue;
     this._transactioncurrencyidValue = _transactioncurrencyidValue;
     Exchangerate              = exchangerate;
     Versionnumber             = versionnumber;
     Overriddencreatedon       = overriddencreatedon;
     Modifiedon                = modifiedon;
     Statuscode                = statuscode;
     this._parentresourceValue = _parentresourceValue;
     this._modifiedbyValue     = _modifiedbyValue;
     Name     = name;
     Fromdate = fromdate;
     Bookableresourcegroupid      = bookableresourcegroupid;
     this._createdonbehalfbyValue = _createdonbehalfbyValue;
     this._owninguserValue        = _owninguserValue;
     this._createdbyValue         = _createdbyValue;
     Statecode                     = statecode;
     Todate                        = todate;
     this._owneridValue            = _owneridValue;
     Importsequencenumber          = importsequencenumber;
     Utcconversiontimezonecode     = utcconversiontimezonecode;
     this._owningbusinessunitValue = _owningbusinessunitValue;
     Timezoneruleversionnumber     = timezoneruleversionnumber;
     Createdon                     = createdon;
     Createdbyname                 = createdbyname;
     Createdonbehalfbyname         = createdonbehalfbyname;
     Modifiedbyname                = modifiedbyname;
     Modifiedonbehalfbyname        = modifiedonbehalfbyname;
     Owninguser                    = owninguser;
     Owningteam                    = owningteam;
     Ownerid                       = ownerid;
     Owningbusinessunit            = owningbusinessunit;
     BookableresourcegroupDuplicateMatchingRecord = bookableresourcegroupDuplicateMatchingRecord;
     BookableresourcegroupDuplicateBaseRecord     = bookableresourcegroupDuplicateBaseRecord;
     BookableresourcegroupAnnotations             = bookableresourcegroupAnnotations;
     BookableresourcegroupAsyncOperations         = bookableresourcegroupAsyncOperations;
     BookableresourcegroupBulkDeleteFailures      = bookableresourcegroupBulkDeleteFailures;
     ChildResource                   = childResource;
     ParentResource                  = parentResource;
     Transactioncurrencyid           = transactioncurrencyid;
     BookableResourceGroupSyncErrors = bookableResourceGroupSyncErrors;
     CustomInit();
 }
 /// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMbookableresourcecategoryassn class.
 /// </summary>
 /// <param name="_owningteamValue">Unique identifier for the team that
 /// owns the record.</param>
 /// <param name="_resourcecategoryValue">Choose a category to associate
 /// with the resource.</param>
 /// <param name="importsequencenumber">Sequence number of the import
 /// that created this record.</param>
 /// <param name="name">The name of the association beween a resource
 /// and a category.</param>
 /// <param name="overriddencreatedon">Date and time that the record was
 /// migrated.</param>
 /// <param name="_owningbusinessunitValue">Unique identifier for the
 /// business unit that owns the record</param>
 /// <param name="statuscode">Reason for the status of the Resource
 /// Category Assn</param>
 /// <param name="modifiedon">Date and time when the record was
 /// modified.</param>
 /// <param name="_modifiedbyValue">Unique identifier of the user who
 /// modified the record.</param>
 /// <param name="_owninguserValue">Unique identifier for the user that
 /// owns the record.</param>
 /// <param name="utcconversiontimezonecode">Time zone code that was in
 /// use when the record was created.</param>
 /// <param name="_transactioncurrencyidValue">Exchange rate for the
 /// currency associated with the BookableResourceCategoryAssn with
 /// respect to the base currency.</param>
 /// <param name="_owneridValue">Unique identifier of the user or team
 /// who owns the record.</param>
 /// <param name="createdon">Date and time when the record was
 /// created.</param>
 /// <param name="exchangerate">Exchange rate for the currency
 /// associated with the bookableresourcecategoryassn with respect to
 /// the base currency.</param>
 /// <param name="_modifiedonbehalfbyValue">Unique identifier of the
 /// delegate user who modified the record.</param>
 /// <param name="_createdonbehalfbyValue">Unique identifier of the
 /// delegate user who created the record.</param>
 /// <param name="timezoneruleversionnumber">For internal use
 /// only.</param>
 /// <param name="bookableresourcecategoryassnid">Unique identifier of
 /// the resource and category association.</param>
 /// <param name="_createdbyValue">Unique identifier of the user who
 /// created the record.</param>
 /// <param name="_resourceValue">Shows the resource associated with the
 /// category.</param>
 /// <param name="statecode">Status of the Resource Category
 /// Assn</param>
 public MicrosoftDynamicsCRMbookableresourcecategoryassn(string _owningteamValue = default(string), string _resourcecategoryValue = default(string), string versionnumber = default(string), int?importsequencenumber = default(int?), string name = default(string), System.DateTimeOffset?overriddencreatedon = default(System.DateTimeOffset?), string _owningbusinessunitValue = default(string), int?statuscode = default(int?), System.DateTimeOffset?modifiedon = default(System.DateTimeOffset?), string _modifiedbyValue = default(string), string _owninguserValue = default(string), int?utcconversiontimezonecode = default(int?), string _transactioncurrencyidValue = default(string), string _owneridValue = default(string), System.DateTimeOffset?createdon = default(System.DateTimeOffset?), decimal?exchangerate = default(decimal?), string _modifiedonbehalfbyValue = default(string), string _createdonbehalfbyValue = default(string), int?timezoneruleversionnumber = default(int?), string bookableresourcecategoryassnid = default(string), string _createdbyValue = default(string), string _resourceValue = default(string), int?statecode = default(int?), MicrosoftDynamicsCRMsystemuser createdbyname = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser createdonbehalfbyname = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser modifiedbyname = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser modifiedonbehalfbyname = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser owninguser = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMteam owningteam = default(MicrosoftDynamicsCRMteam), MicrosoftDynamicsCRMprincipal ownerid = default(MicrosoftDynamicsCRMprincipal), MicrosoftDynamicsCRMbusinessunit owningbusinessunit = default(MicrosoftDynamicsCRMbusinessunit), IList <MicrosoftDynamicsCRMduplicaterecord> bookableresourcecategoryassnDuplicateMatchingRecord = default(IList <MicrosoftDynamicsCRMduplicaterecord>), IList <MicrosoftDynamicsCRMduplicaterecord> bookableresourcecategoryassnDuplicateBaseRecord = default(IList <MicrosoftDynamicsCRMduplicaterecord>), IList <MicrosoftDynamicsCRMannotation> bookableresourcecategoryassnAnnotations = default(IList <MicrosoftDynamicsCRMannotation>), IList <MicrosoftDynamicsCRMasyncoperation> bookableresourcecategoryassnAsyncOperations = default(IList <MicrosoftDynamicsCRMasyncoperation>), IList <MicrosoftDynamicsCRMbulkdeletefailure> bookableresourcecategoryassnBulkDeleteFailures = default(IList <MicrosoftDynamicsCRMbulkdeletefailure>), MicrosoftDynamicsCRMbookableresource resource = default(MicrosoftDynamicsCRMbookableresource), MicrosoftDynamicsCRMbookableresourcecategory resourceCategory = default(MicrosoftDynamicsCRMbookableresourcecategory), IList <MicrosoftDynamicsCRMsyncerror> bookableResourceCategoryAssnSyncErrors = default(IList <MicrosoftDynamicsCRMsyncerror>), MicrosoftDynamicsCRMtransactioncurrency transactioncurrencyid = default(MicrosoftDynamicsCRMtransactioncurrency))
 {
     this._owningteamValue       = _owningteamValue;
     this._resourcecategoryValue = _resourcecategoryValue;
     Versionnumber        = versionnumber;
     Importsequencenumber = importsequencenumber;
     Name = name;
     Overriddencreatedon           = overriddencreatedon;
     this._owningbusinessunitValue = _owningbusinessunitValue;
     Statuscode                       = statuscode;
     Modifiedon                       = modifiedon;
     this._modifiedbyValue            = _modifiedbyValue;
     this._owninguserValue            = _owninguserValue;
     Utcconversiontimezonecode        = utcconversiontimezonecode;
     this._transactioncurrencyidValue = _transactioncurrencyidValue;
     this._owneridValue               = _owneridValue;
     Createdon    = createdon;
     Exchangerate = exchangerate;
     this._modifiedonbehalfbyValue  = _modifiedonbehalfbyValue;
     this._createdonbehalfbyValue   = _createdonbehalfbyValue;
     Timezoneruleversionnumber      = timezoneruleversionnumber;
     Bookableresourcecategoryassnid = bookableresourcecategoryassnid;
     this._createdbyValue           = _createdbyValue;
     this._resourceValue            = _resourceValue;
     Statecode              = statecode;
     Createdbyname          = createdbyname;
     Createdonbehalfbyname  = createdonbehalfbyname;
     Modifiedbyname         = modifiedbyname;
     Modifiedonbehalfbyname = modifiedonbehalfbyname;
     Owninguser             = owninguser;
     Owningteam             = owningteam;
     Ownerid            = ownerid;
     Owningbusinessunit = owningbusinessunit;
     BookableresourcecategoryassnDuplicateMatchingRecord = bookableresourcecategoryassnDuplicateMatchingRecord;
     BookableresourcecategoryassnDuplicateBaseRecord     = bookableresourcecategoryassnDuplicateBaseRecord;
     BookableresourcecategoryassnAnnotations             = bookableresourcecategoryassnAnnotations;
     BookableresourcecategoryassnAsyncOperations         = bookableresourcecategoryassnAsyncOperations;
     BookableresourcecategoryassnBulkDeleteFailures      = bookableresourcecategoryassnBulkDeleteFailures;
     Resource         = resource;
     ResourceCategory = resourceCategory;
     BookableResourceCategoryAssnSyncErrors = bookableResourceCategoryAssnSyncErrors;
     Transactioncurrencyid = transactioncurrencyid;
     CustomInit();
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMbookableresourcebooking class.
 /// </summary>
 public MicrosoftDynamicsCRMbookableresourcebooking(System.DateTimeOffset?endtime = default(System.DateTimeOffset?), string _headerValue = default(string), string _modifiedbyValue = default(string), string name = default(string), object exchangerate = default(object), string _owneridValue = default(string), int?duration = default(int?), int?utcconversiontimezonecode = default(int?), int?statuscode = default(int?), int?importsequencenumber = default(int?), int?timezoneruleversionnumber = default(int?), int?bookingtype = default(int?), string stageid = default(string), long?versionnumber = default(long?), string _owninguserValue = default(string), string _modifiedonbehalfbyValue = default(string), System.DateTimeOffset?starttime = default(System.DateTimeOffset?), string _owningteamValue = default(string), string processid = default(string), string _createdonbehalfbyValue = default(string), string _owningbusinessunitValue = default(string), string bookableresourcebookingid = default(string), System.DateTimeOffset?overriddencreatedon = default(System.DateTimeOffset?), int?statecode = default(int?), string _transactioncurrencyidValue = default(string), string _bookingstatusValue = default(string), string _resourceValue = default(string), System.DateTimeOffset?createdon = default(System.DateTimeOffset?), System.DateTimeOffset?modifiedon = default(System.DateTimeOffset?), string _createdbyValue = default(string), string traversedpath = default(string), MicrosoftDynamicsCRMsystemuser createdbyname = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser createdonbehalfbyname = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser modifiedbyname = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser modifiedonbehalfbyname = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser owninguser = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMteam owningteam = default(MicrosoftDynamicsCRMteam), MicrosoftDynamicsCRMprincipal ownerid = default(MicrosoftDynamicsCRMprincipal), MicrosoftDynamicsCRMbusinessunit owningbusinessunit = default(MicrosoftDynamicsCRMbusinessunit), IList <MicrosoftDynamicsCRMactivitypointer> bookableresourcebookingActivityPointers = default(IList <MicrosoftDynamicsCRMactivitypointer>), IList <MicrosoftDynamicsCRMappointment> bookableresourcebookingAppointments = default(IList <MicrosoftDynamicsCRMappointment>), IList <MicrosoftDynamicsCRMemail> bookableresourcebookingEmails = default(IList <MicrosoftDynamicsCRMemail>), IList <MicrosoftDynamicsCRMfax> bookableresourcebookingFaxes = default(IList <MicrosoftDynamicsCRMfax>), IList <MicrosoftDynamicsCRMletter> bookableresourcebookingLetters = default(IList <MicrosoftDynamicsCRMletter>), IList <MicrosoftDynamicsCRMphonecall> bookableresourcebookingPhoneCalls = default(IList <MicrosoftDynamicsCRMphonecall>), IList <MicrosoftDynamicsCRMserviceappointment> bookableresourcebookingServiceAppointments = default(IList <MicrosoftDynamicsCRMserviceappointment>), IList <MicrosoftDynamicsCRMtask> bookableresourcebookingTasks = default(IList <MicrosoftDynamicsCRMtask>), IList <MicrosoftDynamicsCRMrecurringappointmentmaster> bookableresourcebookingRecurringAppointmentMasters = default(IList <MicrosoftDynamicsCRMrecurringappointmentmaster>), IList <MicrosoftDynamicsCRMsocialactivity> bookableresourcebookingSocialActivities = default(IList <MicrosoftDynamicsCRMsocialactivity>), IList <MicrosoftDynamicsCRMduplicaterecord> bookableresourcebookingDuplicateMatchingRecord = default(IList <MicrosoftDynamicsCRMduplicaterecord>), IList <MicrosoftDynamicsCRMduplicaterecord> bookableresourcebookingDuplicateBaseRecord = default(IList <MicrosoftDynamicsCRMduplicaterecord>), IList <MicrosoftDynamicsCRMannotation> bookableresourcebookingAnnotations = default(IList <MicrosoftDynamicsCRMannotation>), IList <MicrosoftDynamicsCRMasyncoperation> bookableresourcebookingAsyncOperations = default(IList <MicrosoftDynamicsCRMasyncoperation>), IList <MicrosoftDynamicsCRMbulkdeletefailure> bookableresourcebookingBulkDeleteFailures = default(IList <MicrosoftDynamicsCRMbulkdeletefailure>), MicrosoftDynamicsCRMbookableresource resource = default(MicrosoftDynamicsCRMbookableresource), MicrosoftDynamicsCRMbookableresourcebookingheader header = default(MicrosoftDynamicsCRMbookableresourcebookingheader), MicrosoftDynamicsCRMbookingstatus bookingStatus = default(MicrosoftDynamicsCRMbookingstatus), IList <MicrosoftDynamicsCRMsyncerror> bookableResourceBookingSyncErrors = default(IList <MicrosoftDynamicsCRMsyncerror>), MicrosoftDynamicsCRMtransactioncurrency transactioncurrencyid = default(MicrosoftDynamicsCRMtransactioncurrency))
 {
     Endtime               = endtime;
     this._headerValue     = _headerValue;
     this._modifiedbyValue = _modifiedbyValue;
     Name                                               = name;
     Exchangerate                                       = exchangerate;
     this._owneridValue                                 = _owneridValue;
     Duration                                           = duration;
     Utcconversiontimezonecode                          = utcconversiontimezonecode;
     Statuscode                                         = statuscode;
     Importsequencenumber                               = importsequencenumber;
     Timezoneruleversionnumber                          = timezoneruleversionnumber;
     Bookingtype                                        = bookingtype;
     Stageid                                            = stageid;
     Versionnumber                                      = versionnumber;
     this._owninguserValue                              = _owninguserValue;
     this._modifiedonbehalfbyValue                      = _modifiedonbehalfbyValue;
     Starttime                                          = starttime;
     this._owningteamValue                              = _owningteamValue;
     Processid                                          = processid;
     this._createdonbehalfbyValue                       = _createdonbehalfbyValue;
     this._owningbusinessunitValue                      = _owningbusinessunitValue;
     Bookableresourcebookingid                          = bookableresourcebookingid;
     Overriddencreatedon                                = overriddencreatedon;
     Statecode                                          = statecode;
     this._transactioncurrencyidValue                   = _transactioncurrencyidValue;
     this._bookingstatusValue                           = _bookingstatusValue;
     this._resourceValue                                = _resourceValue;
     Createdon                                          = createdon;
     Modifiedon                                         = modifiedon;
     this._createdbyValue                               = _createdbyValue;
     Traversedpath                                      = traversedpath;
     Createdbyname                                      = createdbyname;
     Createdonbehalfbyname                              = createdonbehalfbyname;
     Modifiedbyname                                     = modifiedbyname;
     Modifiedonbehalfbyname                             = modifiedonbehalfbyname;
     Owninguser                                         = owninguser;
     Owningteam                                         = owningteam;
     Ownerid                                            = ownerid;
     Owningbusinessunit                                 = owningbusinessunit;
     BookableresourcebookingActivityPointers            = bookableresourcebookingActivityPointers;
     BookableresourcebookingAppointments                = bookableresourcebookingAppointments;
     BookableresourcebookingEmails                      = bookableresourcebookingEmails;
     BookableresourcebookingFaxes                       = bookableresourcebookingFaxes;
     BookableresourcebookingLetters                     = bookableresourcebookingLetters;
     BookableresourcebookingPhoneCalls                  = bookableresourcebookingPhoneCalls;
     BookableresourcebookingServiceAppointments         = bookableresourcebookingServiceAppointments;
     BookableresourcebookingTasks                       = bookableresourcebookingTasks;
     BookableresourcebookingRecurringAppointmentMasters = bookableresourcebookingRecurringAppointmentMasters;
     BookableresourcebookingSocialActivities            = bookableresourcebookingSocialActivities;
     BookableresourcebookingDuplicateMatchingRecord     = bookableresourcebookingDuplicateMatchingRecord;
     BookableresourcebookingDuplicateBaseRecord         = bookableresourcebookingDuplicateBaseRecord;
     BookableresourcebookingAnnotations                 = bookableresourcebookingAnnotations;
     BookableresourcebookingAsyncOperations             = bookableresourcebookingAsyncOperations;
     BookableresourcebookingBulkDeleteFailures          = bookableresourcebookingBulkDeleteFailures;
     Resource                                           = resource;
     Header                                             = header;
     BookingStatus                                      = bookingStatus;
     BookableResourceBookingSyncErrors                  = bookableResourceBookingSyncErrors;
     Transactioncurrencyid                              = transactioncurrencyid;
     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();
 }