/// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMsdkmessagefilter class.
 /// </summary>
 /// <param name="_organizationidValue">Unique identifier of the
 /// organization with which the SDK message filter is
 /// associated.</param>
 /// <param name="createdon">Date and time when the SDK message filter
 /// was created.</param>
 /// <param name="availability">Identifies where a method will be
 /// exposed. 0 - Server, 1 - Client, 2 - both.</param>
 /// <param name="_modifiedbyValue">Unique identifier of the user who
 /// last modified the SDK message filter.</param>
 /// <param name="_sdkmessageidValue">Unique identifier of the related
 /// SDK message.</param>
 /// <param name="customizationlevel">Customization level of the SDK
 /// message filter.</param>
 /// <param name="_modifiedonbehalfbyValue">Unique identifier of the
 /// delegate user who last modified the sdkmessagefilter.</param>
 /// <param name="isvisible">Indicates whether the filter should be
 /// visible.</param>
 /// <param name="_createdonbehalfbyValue">Unique identifier of the
 /// delegate user who created the sdkmessagefilter.</param>
 /// <param name="modifiedon">Date and time when the SDK message filter
 /// was last modified.</param>
 /// <param name="iscustomprocessingstepallowed">Indicates whether a
 /// custom SDK message processing step is allowed.</param>
 /// <param name="primaryobjecttypecode">Type of entity with which the
 /// SDK message filter is primarily associated.</param>
 /// <param name="workflowsdkstepenabled">Whether or not the SDK message
 /// can be called from a workflow.</param>
 /// <param name="secondaryobjecttypecode">Type of entity with which the
 /// SDK message filter is secondarily associated.</param>
 /// <param name="sdkmessagefilteridunique">Unique identifier of the SDK
 /// message filter.</param>
 /// <param name="sdkmessagefilterid">Unique identifier of the SDK
 /// message filter entity.</param>
 /// <param name="_createdbyValue">Unique identifier of the user who
 /// created the SDK message filter.</param>
 public MicrosoftDynamicsCRMsdkmessagefilter(string _organizationidValue = default(string), System.DateTimeOffset?createdon = default(System.DateTimeOffset?), int?availability = default(int?), string _modifiedbyValue = default(string), string _sdkmessageidValue = default(string), int?customizationlevel = default(int?), string _modifiedonbehalfbyValue = default(string), bool?isvisible = default(bool?), string _createdonbehalfbyValue = default(string), System.DateTimeOffset?modifiedon = default(System.DateTimeOffset?), bool?iscustomprocessingstepallowed = default(bool?), string primaryobjecttypecode = default(string), string versionnumber = default(string), bool?workflowsdkstepenabled = default(bool?), string secondaryobjecttypecode = default(string), string sdkmessagefilteridunique = default(string), string sdkmessagefilterid = default(string), string _createdbyValue = default(string), MicrosoftDynamicsCRMorganization organizationid = default(MicrosoftDynamicsCRMorganization), IList <MicrosoftDynamicsCRMsdkmessageprocessingstep> sdkmessagefilteridSdkmessageprocessingstep = default(IList <MicrosoftDynamicsCRMsdkmessageprocessingstep>), MicrosoftDynamicsCRMsystemuser modifiedby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser createdby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser createdonbehalfby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsdkmessage sdkmessageid = default(MicrosoftDynamicsCRMsdkmessage), MicrosoftDynamicsCRMsystemuser modifiedonbehalfby = default(MicrosoftDynamicsCRMsystemuser))
 {
     this._organizationidValue = _organizationidValue;
     Createdon                     = createdon;
     Availability                  = availability;
     this._modifiedbyValue         = _modifiedbyValue;
     this._sdkmessageidValue       = _sdkmessageidValue;
     Customizationlevel            = customizationlevel;
     this._modifiedonbehalfbyValue = _modifiedonbehalfbyValue;
     Isvisible                     = isvisible;
     this._createdonbehalfbyValue  = _createdonbehalfbyValue;
     Modifiedon                    = modifiedon;
     Iscustomprocessingstepallowed = iscustomprocessingstepallowed;
     Primaryobjecttypecode         = primaryobjecttypecode;
     Versionnumber                 = versionnumber;
     Workflowsdkstepenabled        = workflowsdkstepenabled;
     Secondaryobjecttypecode       = secondaryobjecttypecode;
     Sdkmessagefilteridunique      = sdkmessagefilteridunique;
     Sdkmessagefilterid            = sdkmessagefilterid;
     this._createdbyValue          = _createdbyValue;
     Organizationid                = organizationid;
     SdkmessagefilteridSdkmessageprocessingstep = sdkmessagefilteridSdkmessageprocessingstep;
     Modifiedby         = modifiedby;
     Createdby          = createdby;
     Createdonbehalfby  = createdonbehalfby;
     Sdkmessageid       = sdkmessageid;
     Modifiedonbehalfby = modifiedonbehalfby;
     CustomInit();
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMsdkmessageprocessingstep class.
 /// </summary>
 /// <param name="_modifiedonbehalfbyValue">Unique identifier of the
 /// delegate user who last modified the
 /// sdkmessageprocessingstep.</param>
 /// <param name="_organizationidValue">Unique identifier of the
 /// organization with which the SDK message processing step is
 /// associated.</param>
 /// <param name="sdkmessageprocessingstepid">Unique identifier of the
 /// SDK message processing step entity.</param>
 /// <param name="_sdkmessagefilteridValue">Unique identifier of the SDK
 /// message filter.</param>
 /// <param name="introducedversion">Version in which the form is
 /// introduced.</param>
 /// <param name="_sdkmessageidValue">Unique identifier of the SDK
 /// message.</param>
 /// <param name="componentstate">For internal use only.</param>
 /// <param name="configuration">Step-specific configuration for the
 /// plug-in type. Passed to the plug-in constructor at run
 /// time.</param>
 /// <param name="customizationlevel">Customization level of the SDK
 /// message processing step.</param>
 /// <param name="statecode">Status of the SDK message processing
 /// step.</param>
 /// <param name="mode">Run-time mode of execution, for example,
 /// synchronous or asynchronous.</param>
 /// <param name="_createdonbehalfbyValue">Unique identifier of the
 /// delegate user who created the sdkmessageprocessingstep.</param>
 /// <param name="overwritetime">For internal use only.</param>
 /// <param name="_modifiedbyValue">Unique identifier of the user who
 /// last modified the SDK message processing step.</param>
 /// <param name="solutionid">Unique identifier of the associated
 /// solution.</param>
 /// <param name="asyncautodelete">Indicates whether the asynchronous
 /// system job is automatically deleted on completion.</param>
 /// <param name="createdon">Date and time when the SDK message
 /// processing step was created.</param>
 /// <param name="canusereadonlyconnection">Identifies whether a SDK
 /// Message Processing Step type will be ReadOnly or Read Write. false
 /// - ReadWrite, true - ReadOnly </param>
 /// <param name="ishidden">Information that specifies whether this
 /// component should be hidden.</param>
 /// <param name="_sdkmessageprocessingstepsecureconfigidValue">Unique
 /// identifier of the Sdk message processing step secure
 /// configuration.</param>
 /// <param name="name">Name of SdkMessage processing step.</param>
 /// <param name="modifiedon">Date and time when the SDK message
 /// processing step was last modified.</param>
 /// <param name="stage">Stage in the execution pipeline that the SDK
 /// message processing step is in.</param>
 /// <param name="filteringattributes">Comma-separated list of
 /// attributes. If at least one of these attributes is modified, the
 /// plug-in should execute.</param>
 /// <param name="versionnumber">Number that identifies a specific
 /// revision of the SDK message processing step. </param>
 /// <param name="supporteddeployment">Deployment that the SDK message
 /// processing step should be executed on; server, client, or
 /// both.</param>
 /// <param name="ismanaged">Information that specifies whether this
 /// component is managed.</param>
 /// <param name="sdkmessageprocessingstepidunique">Unique identifier of
 /// the SDK message processing step.</param>
 /// <param name="_eventhandlerValue">Unique identifier of the
 /// associated event handler.</param>
 /// <param name="rank">Processing order within the stage.</param>
 /// <param name="_impersonatinguseridValue">Unique identifier of the
 /// user to impersonate context when step is executed.</param>
 /// <param name="statuscode">Reason for the status of the SDK message
 /// processing step.</param>
 /// <param name="_createdbyValue">Unique identifier of the user who
 /// created the SDK message processing step.</param>
 /// <param name="iscustomizable">Information that specifies whether
 /// this component can be customized.</param>
 /// <param name="description">Description of the SDK message processing
 /// step.</param>
 public MicrosoftDynamicsCRMsdkmessageprocessingstep(string _modifiedonbehalfbyValue = default(string), string _organizationidValue = default(string), string sdkmessageprocessingstepid = default(string), string _sdkmessagefilteridValue = default(string), string introducedversion = default(string), string _sdkmessageidValue = default(string), int?componentstate = default(int?), string configuration = default(string), int?customizationlevel = default(int?), int?statecode = default(int?), int?mode = default(int?), string _createdonbehalfbyValue = default(string), System.DateTimeOffset?overwritetime = default(System.DateTimeOffset?), string _modifiedbyValue = default(string), string solutionid = default(string), bool?asyncautodelete = default(bool?), System.DateTimeOffset?createdon = default(System.DateTimeOffset?), bool?canusereadonlyconnection = default(bool?), string ishidden = default(string), string _sdkmessageprocessingstepsecureconfigidValue = default(string), string name = default(string), System.DateTimeOffset?modifiedon = default(System.DateTimeOffset?), int?stage = default(int?), string filteringattributes = default(string), string versionnumber = default(string), int?supporteddeployment = default(int?), bool?ismanaged = default(bool?), string sdkmessageprocessingstepidunique = default(string), string _eventhandlerValue = default(string), int?rank = default(int?), string _impersonatinguseridValue = default(string), int?statuscode = default(int?), string _createdbyValue = default(string), string iscustomizable = default(string), string description = default(string), MicrosoftDynamicsCRMsdkmessageprocessingstepsecureconfig sdkmessageprocessingstepsecureconfigid = default(MicrosoftDynamicsCRMsdkmessageprocessingstepsecureconfig), MicrosoftDynamicsCRMsdkmessage sdkmessageid = default(MicrosoftDynamicsCRMsdkmessage), MicrosoftDynamicsCRMsystemuser createdonbehalfby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsdkmessagefilter sdkmessagefilterid = default(MicrosoftDynamicsCRMsdkmessagefilter), MicrosoftDynamicsCRMsystemuser impersonatinguserid = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMorganization organizationid = default(MicrosoftDynamicsCRMorganization), MicrosoftDynamicsCRMplugintype plugintypeid = default(MicrosoftDynamicsCRMplugintype), MicrosoftDynamicsCRMsystemuser modifiedonbehalfby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser modifiedby = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMplugintype eventhandlerPlugintype = default(MicrosoftDynamicsCRMplugintype), IList <MicrosoftDynamicsCRMasyncoperation> sdkMessageProcessingStepAsyncOperations = default(IList <MicrosoftDynamicsCRMasyncoperation>), MicrosoftDynamicsCRMsystemuser createdby = default(MicrosoftDynamicsCRMsystemuser), IList <MicrosoftDynamicsCRMsdkmessageprocessingstepimage> sdkmessageprocessingstepidSdkmessageprocessingstepimage = default(IList <MicrosoftDynamicsCRMsdkmessageprocessingstepimage>), MicrosoftDynamicsCRMserviceendpoint eventhandlerServiceendpoint = default(MicrosoftDynamicsCRMserviceendpoint))
 {
     this._modifiedonbehalfbyValue = _modifiedonbehalfbyValue;
     this._organizationidValue     = _organizationidValue;
     Sdkmessageprocessingstepid    = sdkmessageprocessingstepid;
     this._sdkmessagefilteridValue = _sdkmessagefilteridValue;
     Introducedversion             = introducedversion;
     this._sdkmessageidValue       = _sdkmessageidValue;
     Componentstate     = componentstate;
     Configuration      = configuration;
     Customizationlevel = customizationlevel;
     Statecode          = statecode;
     Mode = mode;
     this._createdonbehalfbyValue = _createdonbehalfbyValue;
     Overwritetime            = overwritetime;
     this._modifiedbyValue    = _modifiedbyValue;
     Solutionid               = solutionid;
     Asyncautodelete          = asyncautodelete;
     Createdon                = createdon;
     Canusereadonlyconnection = canusereadonlyconnection;
     Ishidden = ishidden;
     this._sdkmessageprocessingstepsecureconfigidValue = _sdkmessageprocessingstepsecureconfigidValue;
     Name                = name;
     Modifiedon          = modifiedon;
     Stage               = stage;
     Filteringattributes = filteringattributes;
     Versionnumber       = versionnumber;
     Supporteddeployment = supporteddeployment;
     Ismanaged           = ismanaged;
     Sdkmessageprocessingstepidunique = sdkmessageprocessingstepidunique;
     this._eventhandlerValue          = _eventhandlerValue;
     Rank = rank;
     this._impersonatinguseridValue = _impersonatinguseridValue;
     Statuscode           = statuscode;
     this._createdbyValue = _createdbyValue;
     Iscustomizable       = iscustomizable;
     Description          = description;
     Sdkmessageprocessingstepsecureconfigid = sdkmessageprocessingstepsecureconfigid;
     Sdkmessageid           = sdkmessageid;
     Createdonbehalfby      = createdonbehalfby;
     Sdkmessagefilterid     = sdkmessagefilterid;
     Impersonatinguserid    = impersonatinguserid;
     Organizationid         = organizationid;
     Plugintypeid           = plugintypeid;
     Modifiedonbehalfby     = modifiedonbehalfby;
     Modifiedby             = modifiedby;
     EventhandlerPlugintype = eventhandlerPlugintype;
     SdkMessageProcessingStepAsyncOperations = sdkMessageProcessingStepAsyncOperations;
     Createdby = createdby;
     SdkmessageprocessingstepidSdkmessageprocessingstepimage = sdkmessageprocessingstepidSdkmessageprocessingstepimage;
     EventhandlerServiceendpoint = eventhandlerServiceendpoint;
     CustomInit();
 }