C# Класс CmsWeb.Areas.Finance.Models.BatchImport.BatchImportContributions

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BatchProcess ( string text, System.DateTime date, int fundid, bool fromFile ) : int?

Приватные методы

Метод Описание
AddContributionDetail ( System.DateTime date, int fundid, string amount, int peopleid ) : CmsData.BundleDetail
AddContributionDetail ( System.DateTime date, int fundid, string amount, string checkno, string routing, int peopleid ) : CmsData.BundleDetail
AddContributionDetail ( System.DateTime date, int fundid, string amount, string checkno, string routing, string account ) : CmsData.BundleDetail
FindMatchingImporter ( string text, bool fromFile ) : IContributionBatchImporter
FinishBundle ( CmsData.BundleHeader bh ) : void
FirstFundId ( ) : int
GetBundleHeader ( System.DateTime date, System.DateTime now, int btid = null ) : CmsData.BundleHeader
NewBundleDetail ( System.DateTime date, int fundid, string amount ) : CmsData.BundleDetail

Описание методов

BatchProcess() публичный статический Метод

public static BatchProcess ( string text, System.DateTime date, int fundid, bool fromFile ) : int?
text string
date System.DateTime
fundid int
fromFile bool
Результат int?