Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the MicrosoftDynamicsCRMsolution
 /// class.
 /// </summary>
 /// <param name="createdon">Date and time when the solution was
 /// created.</param>
 /// <param name="pinpointsolutiondefaultlocale">Default locale of the
 /// solution in Microsoft Pinpoint.</param>
 /// <param name="_configurationpageidValue">A link to an optional
 /// configuration page for this solution.</param>
 /// <param name="_publisheridValue">Unique identifier of the
 /// publisher.</param>
 /// <param name="_modifiedbyValue">Unique identifier of the user who
 /// last modified the solution.</param>
 /// <param name="description">Description of the solution.</param>
 /// <param name="isvisible">Indicates whether the solution is visible
 /// outside of the platform.</param>
 /// <param name="_parentsolutionidValue">Unique identifier of the
 /// parent solution. Should only be non-null if this solution is a
 /// patch.</param>
 /// <param name="pinpointpublisherid">Identifier of the publisher of
 /// this solution in Microsoft Pinpoint.</param>
 /// <param name="_createdonbehalfbyValue">Unique identifier of the
 /// delegate user who created the solution.</param>
 /// <param name="pinpointsolutionid">Identifier of the solution in
 /// Microsoft Pinpoint.</param>
 /// <param name="_modifiedonbehalfbyValue">Unique identifier of the
 /// delegate user who modified the solution.</param>
 /// <param name="solutionpackageversion">Solution package source
 /// organization version</param>
 /// <param name="_createdbyValue">Unique identifier of the user who
 /// created the solution.</param>
 /// <param name="installedon">Date and time when the solution was
 /// installed/upgraded.</param>
 /// <param name="solutionid">Unique identifier of the solution.</param>
 /// <param name="modifiedon">Date and time when the solution was last
 /// modified.</param>
 /// <param name="uniquename">The unique name of this solution</param>
 /// <param name="friendlyname">User display name for the
 /// solution.</param>
 /// <param name="solutiontype">Solution Type</param>
 /// <param name="_organizationidValue">Unique identifier of the
 /// organization associated with the solution.</param>
 /// <param name="ismanaged">Indicates whether the solution is managed
 /// or unmanaged.</param>
 /// <param name="version">Solution version, used to identify a solution
 /// for upgrades and hotfixes.</param>
 public MicrosoftDynamicsCRMsolution(System.DateTimeOffset?createdon = default(System.DateTimeOffset?), string pinpointsolutiondefaultlocale = default(string), string _configurationpageidValue = default(string), string _publisheridValue = default(string), string _modifiedbyValue = default(string), string versionnumber = default(string), string description = default(string), bool?isvisible = default(bool?), string _parentsolutionidValue = default(string), long?pinpointpublisherid = default(long?), string _createdonbehalfbyValue = default(string), long?pinpointsolutionid = default(long?), string _modifiedonbehalfbyValue = default(string), string solutionpackageversion = default(string), string _createdbyValue = default(string), System.DateTimeOffset?installedon = default(System.DateTimeOffset?), string solutionid = default(string), System.DateTimeOffset?modifiedon = default(System.DateTimeOffset?), string uniquename = default(string), string friendlyname = default(string), string pinpointassetid = default(string), int?solutiontype = default(int?), string _organizationidValue = default(string), bool?ismanaged = default(bool?), string version = default(string), MicrosoftDynamicsCRMsystemuser createdby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser modifiedby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser modifiedonbehalfby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMwebresource configurationpageid = default(MicrosoftDynamicsCRMwebresource), IList <MicrosoftDynamicsCRMsolutioncomponent> solutionSolutioncomponent = default(IList <MicrosoftDynamicsCRMsolutioncomponent>), MicrosoftDynamicsCRMpublisher publisherid = default(MicrosoftDynamicsCRMpublisher), IList <MicrosoftDynamicsCRMsyncerror> solutionSyncErrors = default(IList <MicrosoftDynamicsCRMsyncerror>), MicrosoftDynamicsCRMorganization organizationid = default(MicrosoftDynamicsCRMorganization), MicrosoftDynamicsCRMsolution parentsolutionid = default(MicrosoftDynamicsCRMsolution), IList <MicrosoftDynamicsCRMsolution> solutionParentSolution = default(IList <MicrosoftDynamicsCRMsolution>), MicrosoftDynamicsCRMsystemuser createdonbehalfby = default(MicrosoftDynamicsCRMsystemuser))
 {
     Createdon = createdon;
     Pinpointsolutiondefaultlocale  = pinpointsolutiondefaultlocale;
     this._configurationpageidValue = _configurationpageidValue;
     this._publisheridValue         = _publisheridValue;
     this._modifiedbyValue          = _modifiedbyValue;
     Versionnumber = versionnumber;
     Description   = description;
     Isvisible     = isvisible;
     this._parentsolutionidValue   = _parentsolutionidValue;
     Pinpointpublisherid           = pinpointpublisherid;
     this._createdonbehalfbyValue  = _createdonbehalfbyValue;
     Pinpointsolutionid            = pinpointsolutionid;
     this._modifiedonbehalfbyValue = _modifiedonbehalfbyValue;
     Solutionpackageversion        = solutionpackageversion;
     this._createdbyValue          = _createdbyValue;
     Installedon               = installedon;
     Solutionid                = solutionid;
     Modifiedon                = modifiedon;
     Uniquename                = uniquename;
     Friendlyname              = friendlyname;
     Pinpointassetid           = pinpointassetid;
     Solutiontype              = solutiontype;
     this._organizationidValue = _organizationidValue;
     Ismanaged                 = ismanaged;
     Version                   = version;
     Createdby                 = createdby;
     Modifiedby                = modifiedby;
     Modifiedonbehalfby        = modifiedonbehalfby;
     Configurationpageid       = configurationpageid;
     SolutionSolutioncomponent = solutionSolutioncomponent;
     Publisherid               = publisherid;
     SolutionSyncErrors        = solutionSyncErrors;
     Organizationid            = organizationid;
     Parentsolutionid          = parentsolutionid;
     SolutionParentSolution    = solutionParentSolution;
     Createdonbehalfby         = createdonbehalfby;
     CustomInit();
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMsolutioncomponent class.
 /// </summary>
 /// <param name="modifiedon">Date and time when the solution was last
 /// modified.</param>
 /// <param name="createdon">Date and time when the solution was
 /// created.</param>
 /// <param name="componenttype">The object type code of the
 /// component.</param>
 /// <param name="rootcomponentbehavior">Indicates the include behavior
 /// of the root component.</param>
 /// <param name="_modifiedonbehalfbyValue">Unique identifier of the
 /// delegate user who modified the solution.</param>
 /// <param name="ismetadata">Indicates whether this component is
 /// metadata or data.</param>
 /// <param name="rootsolutioncomponentid">The parent ID of the
 /// subcomponent, which will be a root</param>
 /// <param name="_createdonbehalfbyValue">Unique identifier of the
 /// delegate user who created the solution.</param>
 /// <param name="_createdbyValue">Unique identifier of the user who
 /// created the solution</param>
 /// <param name="_solutionidValue">Unique identifier of the
 /// solution.</param>
 /// <param name="_modifiedbyValue">Unique identifier of the user who
 /// last modified the solution.</param>
 /// <param name="solutioncomponentid">Unique identifier of the solution
 /// component.</param>
 /// <param name="objectid">Unique identifier of the object with which
 /// the component is associated.</param>
 public MicrosoftDynamicsCRMsolutioncomponent(System.DateTimeOffset?modifiedon = default(System.DateTimeOffset?), System.DateTimeOffset?createdon = default(System.DateTimeOffset?), int?componenttype = default(int?), int?rootcomponentbehavior = default(int?), string versionnumber = default(string), string _modifiedonbehalfbyValue = default(string), bool?ismetadata = default(bool?), string rootsolutioncomponentid = default(string), string _createdonbehalfbyValue = default(string), string _createdbyValue = default(string), string _solutionidValue = default(string), string _modifiedbyValue = default(string), string solutioncomponentid = default(string), string objectid = default(string), MicrosoftDynamicsCRMsolution solutionid = default(MicrosoftDynamicsCRMsolution), MicrosoftDynamicsCRMsystemuser createdonbehalfby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser modifiedonbehalfby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsolutioncomponent rootsolutioncomponentidSolutioncomponent = default(MicrosoftDynamicsCRMsolutioncomponent), IList <MicrosoftDynamicsCRMsolutioncomponent> solutioncomponentParentSolutioncomponent = default(IList <MicrosoftDynamicsCRMsolutioncomponent>))
 {
     Modifiedon                    = modifiedon;
     Createdon                     = createdon;
     Componenttype                 = componenttype;
     Rootcomponentbehavior         = rootcomponentbehavior;
     Versionnumber                 = versionnumber;
     this._modifiedonbehalfbyValue = _modifiedonbehalfbyValue;
     Ismetadata                    = ismetadata;
     Rootsolutioncomponentid       = rootsolutioncomponentid;
     this._createdonbehalfbyValue  = _createdonbehalfbyValue;
     this._createdbyValue          = _createdbyValue;
     this._solutionidValue         = _solutionidValue;
     this._modifiedbyValue         = _modifiedbyValue;
     Solutioncomponentid           = solutioncomponentid;
     Objectid           = objectid;
     Solutionid         = solutionid;
     Createdonbehalfby  = createdonbehalfby;
     Modifiedonbehalfby = modifiedonbehalfby;
     RootsolutioncomponentidSolutioncomponent = rootsolutioncomponentidSolutioncomponent;
     SolutioncomponentParentSolutioncomponent = solutioncomponentParentSolutioncomponent;
     CustomInit();
 }