C# 클래스 FeliCa2Money.Account

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

보호된 프로퍼티들

프로퍼티 타입 설명
mAccountId string
mAccountName string
mBalance int
mBankId string
mBranchId string
mHasBalance bool
mIdent string
mIsCreditCard bool
mTransactions TransactionList

공개 메소드들

메소드 설명
ReadTransactions ( ) : void

보호된 메소드들

메소드 설명
ParseLine ( string line ) : string[]

메소드 상세

ParseLine() 보호된 메소드

protected ParseLine ( string line ) : string[]
line string
리턴 string[]

ReadTransactions() 공개 추상적인 메소드

public abstract ReadTransactions ( ) : void
리턴 void

프로퍼티 상세

mAccountId 보호되어 있는 프로퍼티

protected string mAccountId
리턴 string

mAccountName 보호되어 있는 프로퍼티

protected string mAccountName
리턴 string

mBalance 보호되어 있는 프로퍼티

protected int mBalance
리턴 int

mBankId 보호되어 있는 프로퍼티

protected string mBankId
리턴 string

mBranchId 보호되어 있는 프로퍼티

protected string mBranchId
리턴 string

mHasBalance 보호되어 있는 프로퍼티

protected bool mHasBalance
리턴 bool

mIdent 보호되어 있는 프로퍼티

protected string mIdent
리턴 string

mIsCreditCard 보호되어 있는 프로퍼티

protected bool mIsCreditCard
리턴 bool

mTransactions 보호되어 있는 프로퍼티

protected TransactionList,FeliCa2Money mTransactions
리턴 TransactionList