Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
MyWalletz
DomainObjects
Account
C# 클래스 MyWalletz.DomainObjects.Account
파일 보기
프로젝트 열기: kazimanzurrashid/my-walletz-backbone
Private Properties
프로퍼티
타입
설명
CreateTransaction
Transaction
공개 메소드들
메소드
설명
Deposit
(
decimal
amount
) :
Transaction
Withdraw
(
decimal
amount
) :
Transaction
비공개 메소드들
메소드
설명
CreateTransaction
(
decimal
amount
) :
Transaction
메소드 상세
Deposit()
공개
메소드
public
Deposit
(
decimal
amount
) :
Transaction
amount
decimal
리턴
Transaction
Withdraw()
공개
메소드
public
Withdraw
(
decimal
amount
) :
Transaction
amount
decimal
리턴
Transaction