当前位置: 首页>>代码示例>>C#>>正文


C# GRP类代码示例

本文整理汇总了C#中GRP的典型用法代码示例。如果您正苦于以下问题:C# GRP类的具体用法?C# GRP怎么用?C# GRP使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。


GRP类属于命名空间,在下文中一共展示了GRP类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。

示例1: UpdateParameterGLCategorization

 partial void UpdateParameterGLCategorization(GRP.BusinessLayer.Automation.Entities.ParameterGLCategorization instance);
开发者ID:rsdgjb,项目名称:GRP,代码行数:1,代码来源:GRP.designer.cs

示例2: DeleteParameterGLFinancialCategory

 partial void DeleteParameterGLFinancialCategory(GRP.BusinessLayer.Automation.Entities.ParameterGLFinancialCategory instance);
开发者ID:rsdgjb,项目名称:GRP,代码行数:1,代码来源:GRP.designer.cs

示例3: GetFileName

 /// <summary>
 /// This if the GetFileName version that was made static so that the same behavior can be used in the web and the queue processor
 /// </summary>
 /// <param name="reportType">The report type of the report.</param>
 /// <param name="period">The reporting period for which to generate the report.</param>
 /// <param name="reportName">The report instance name.</param>
 /// <param name="reportGenerationQueueId">The report generation queue id.</param>
 /// <param name="insertedDate">The inserted date of the report generation queue.</param>
 /// <returns>The name that the generated report is to be saved as.</returns>
 public static string GetFileName(GRP.BusinessLayer.Automation.Enums.ReportType reportType, int period, string reportName, int reportGenerationQueueId, DateTime insertedDate)
 {
     return ReportNameFormatterFactory.Instance.Resolve(
         GRP.BusinessLayer.Reporting.Common.EnumHelper.GetName(reportType),
         reportName,
         period,
         reportGenerationQueueId,
         insertedDate).GetFileName();
 }
开发者ID:rsdgjb,项目名称:GRP,代码行数:18,代码来源:AbstractReportGenerator.cs

示例4: UpdateParameterActivityType

 partial void UpdateParameterActivityType(GRP.BusinessLayer.Automation.Entities.ParameterActivityType instance);
开发者ID:rsdgjb,项目名称:GRP,代码行数:1,代码来源:GRP.designer.cs

示例5: DeleteParameterEntityType

 partial void DeleteParameterEntityType(GRP.BusinessLayer.Automation.Entities.ParameterEntityType instance);
开发者ID:rsdgjb,项目名称:GRP,代码行数:1,代码来源:GRP.designer.cs

示例6: DeleteReportParameterIncludeGrossNonPayrollExpense

 partial void DeleteReportParameterIncludeGrossNonPayrollExpense(GRP.BusinessLayer.Automation.Entities.ReportParameterIncludeGrossNonPayrollExpense instance);
开发者ID:rsdgjb,项目名称:GRP,代码行数:1,代码来源:GRP.designer.cs

示例7: DeleteReportParameterReportReceiver

 partial void DeleteReportParameterReportReceiver(GRP.BusinessLayer.Automation.Entities.ReportParameterReportReceiver instance);
开发者ID:rsdgjb,项目名称:GRP,代码行数:1,代码来源:GRP.designer.cs

示例8: UpdateReport

 partial void UpdateReport(GRP.BusinessLayer.Automation.Entities.Report instance);
开发者ID:rsdgjb,项目名称:GRP,代码行数:1,代码来源:GRP.designer.cs

示例9: UpdateReportGenerationQueue

 partial void UpdateReportGenerationQueue(GRP.BusinessLayer.Automation.Entities.ReportGenerationQueue instance);
开发者ID:rsdgjb,项目名称:GRP,代码行数:1,代码来源:GRP.designer.cs

示例10: UpdateParameterDisplayOverheadBy

 partial void UpdateParameterDisplayOverheadBy(GRP.BusinessLayer.Automation.Entities.ParameterDisplayOverheadBy instance);
开发者ID:rsdgjb,项目名称:GRP,代码行数:1,代码来源:GRP.designer.cs

示例11: InsertReport

 partial void InsertReport(GRP.BusinessLayer.Automation.Entities.Report instance);
开发者ID:rsdgjb,项目名称:GRP,代码行数:1,代码来源:GRP.designer.cs

示例12: UpdateReportTypeParameter

 partial void UpdateReportTypeParameter(GRP.BusinessLayer.Automation.Entities.ReportTypeParameter instance);
开发者ID:rsdgjb,项目名称:GRP,代码行数:1,代码来源:GRP.designer.cs

示例13: InsertParameter

 partial void InsertParameter(GRP.BusinessLayer.Automation.Entities.Parameter instance);
开发者ID:rsdgjb,项目名称:GRP,代码行数:1,代码来源:GRP.designer.cs

示例14: DeleteReportParameterPropertyFund

 partial void DeleteReportParameterPropertyFund(GRP.BusinessLayer.Automation.Entities.ReportParameterPropertyFund instance);
开发者ID:rsdgjb,项目名称:GRP,代码行数:1,代码来源:GRP.designer.cs

示例15: DeleteReportParameterGLCategorization

 partial void DeleteReportParameterGLCategorization(GRP.BusinessLayer.Automation.Entities.ReportParameterGLCategorization instance);
开发者ID:rsdgjb,项目名称:GRP,代码行数:1,代码来源:GRP.designer.cs


注:本文中的GRP类示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。