Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SolutionRequestMessageUserDefinedOfAll"/> class.
 /// </summary>
 /// <param name="businessLogicLayerRequestTypes">The business logic layer request types.</param>
 /// <param name="businessLogicLayerRequestTypeKey">The business logic layer request type key.</param>
 /// <param name="businessLogicLayerRequestID">The business logic layer request ID.</param>
 public SolutionRequestMessageUserDefinedOfAll(
     Framework.CommonBLLEntities.BusinessLogicLayerRequestTypes businessLogicLayerRequestTypes
     , string businessLogicLayerRequestTypeKey
     , string businessLogicLayerRequestID)
     : base(businessLogicLayerRequestTypes, businessLogicLayerRequestTypeKey, businessLogicLayerRequestID)
 {
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="BuildEventCodeRequestMessageUserDefinedOfCommon"/> class.
 /// </summary>
 /// <param name="businessLogicLayerRequestTypes">The business logic layer request types.</param>
 /// <param name="businessLogicLayerRequestTypeKey">The business logic layer request type key.</param>
 /// <param name="businessLogicLayerRequestID">The business logic layer request ID.</param>
 public BuildEventCodeRequestMessageUserDefinedOfCommon(
     Framework.CommonBLLEntities.BusinessLogicLayerRequestTypes businessLogicLayerRequestTypes
     , string businessLogicLayerRequestTypeKey
     , string businessLogicLayerRequestID)
     : base(businessLogicLayerRequestTypes, businessLogicLayerRequestTypeKey, businessLogicLayerRequestID)
 {
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="BuildLogRequestMessageUserDefinedOfByIdentifier"/> class.
 /// </summary>
 /// <param name="businessLogicLayerRequestTypes">The business logic layer request types.</param>
 /// <param name="businessLogicLayerRequestTypeKey">The business logic layer request type key.</param>
 /// <param name="businessLogicLayerRequestID">The business logic layer request ID.</param>
 public BuildLogRequestMessageUserDefinedOfByIdentifier(
     Framework.CommonBLLEntities.BusinessLogicLayerRequestTypes businessLogicLayerRequestTypes
     , string businessLogicLayerRequestTypeKey
     , string businessLogicLayerRequestID)
     : base(businessLogicLayerRequestTypes, businessLogicLayerRequestTypeKey, businessLogicLayerRequestID)
 {
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="BuildRequestMessageUserDefinedUpdateNameOnly"/> class.
 /// </summary>
 /// <param name="businessLogicLayerRequestTypes">The business logic layer request types.</param>
 /// <param name="businessLogicLayerRequestTypeKey">The business logic layer request type key.</param>
 /// <param name="businessLogicLayerRequestID">The business logic layer request ID.</param>
 public BuildRequestMessageUserDefinedUpdateNameOnly(
     Framework.CommonBLLEntities.BusinessLogicLayerRequestTypes businessLogicLayerRequestTypes
     , string businessLogicLayerRequestTypeKey
     , string businessLogicLayerRequestID)
     : base(businessLogicLayerRequestTypes, businessLogicLayerRequestTypeKey, businessLogicLayerRequestID)
 {
 }
Пример #5
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SolutionRequestMessageBuiltIn"/> class.
 /// </summary>
 /// <param name="businessLogicLayerRequestTypes">The business logic layer request types.</param>
 /// <param name="businessLogicLayerRequestTypeKey">The business logic layer request type key.</param>
 /// <param name="businessLogicLayerRequestID">The business logic layer request ID.</param>
 public SolutionRequestMessageBuiltInOfIdentifier(
     Framework.CommonBLLEntities.BusinessLogicLayerRequestTypes businessLogicLayerRequestTypes
     , string businessLogicLayerRequestTypeKey
     , string businessLogicLayerRequestID
     )
     : base(businessLogicLayerRequestTypes, businessLogicLayerRequestTypeKey, businessLogicLayerRequestID)
 {
 }
Пример #6
0
 /// <summary>
 /// Initializes a new instance of the <see cref="BuildRequestMessageBuiltIn"/> class.
 /// </summary>
 /// <param name="businessLogicLayerRequestTypes">The business logic layer request types.</param>
 /// <param name="businessLogicLayerRequestTypeKey">The business logic layer request type key.</param>
 /// <param name="businessLogicLayerRequestID">The business logic layer request ID.</param>
 public BuildRequestMessageBuiltIn(
     Framework.CommonBLLEntities.BusinessLogicLayerRequestTypes businessLogicLayerRequestTypes
     , string businessLogicLayerRequestTypeKey
     , string businessLogicLayerRequestID
     )
     : base(businessLogicLayerRequestTypes, businessLogicLayerRequestTypeKey, businessLogicLayerRequestID)
 {
 }
Пример #7
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SolutionRequestMessageBuiltIn"/> class.
 /// </summary>
 /// <param name="businessLogicLayerRequestTypes">The business logic layer request types.</param>
 /// <param name="businessLogicLayerRequestTypeKey">The business logic layer request type key.</param>
 /// <param name="businessLogicLayerRequestID">The business logic layer request ID.</param>
 /// <param name="currentIndex">Index of the current.</param>
 /// <param name="pageSize">Size of the page.</param>
 /// <param name="queryOrderByExpression">The query order by expression.</param>
 public SolutionRequestMessageBuiltIn(
     Framework.CommonBLLEntities.BusinessLogicLayerRequestTypes businessLogicLayerRequestTypes
     , string businessLogicLayerRequestTypeKey
     , string businessLogicLayerRequestID
     , int currentIndex
     , int pageSize
     , string queryOrderByExpression)
     : base(businessLogicLayerRequestTypes, businessLogicLayerRequestTypeKey, businessLogicLayerRequestID, currentIndex, pageSize, queryOrderByExpression)
 {
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="BuildEventCodeRequestMessageUserDefinedOfCommon"/> class.
 /// </summary>
 /// <param name="businessLogicLayerRequestTypes">The business logic layer request types.</param>
 /// <param name="businessLogicLayerRequestTypeKey">The business logic layer request type key.</param>
 /// <param name="businessLogicLayerRequestID">The business logic layer request ID.</param>
 /// <param name="currentIndex">Index of the current.</param>
 /// <param name="pageSize">Size of the page.</param>
 /// <param name="queryOrderByExpression">The query order by expression.</param>
 public BuildEventCodeRequestMessageUserDefinedOfCommon(
     Framework.CommonBLLEntities.BusinessLogicLayerRequestTypes businessLogicLayerRequestTypes
     , string businessLogicLayerRequestTypeKey
     , string businessLogicLayerRequestID
     , int currentIndex
     , int pageSize
     , string queryOrderByExpression
     )
     : base(businessLogicLayerRequestTypes, businessLogicLayerRequestTypeKey, businessLogicLayerRequestID, currentIndex, pageSize, queryOrderByExpression)
 {
 }