C# 클래스 CmsWeb.Areas.Finance.Models.BatchImport.BatchImportContributions

파일 보기 프로젝트 열기: bvcms/bvcms 1 사용 예제들

공개 메소드들

메소드 설명
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?