BankAccountInfo 型で公開されるメンバーは以下のとおりです。
コンストラクター
名前 | 説明 | |
---|---|---|
![]() | BankAccountInfo | BankAccountInfo クラスの新しいインスタンスを初期化します |
メソッド
名前 | 説明 | |
---|---|---|
![]() | Equals | (Object から継承されます。) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Object から継承されます。) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Object から継承されます。) |
![]() | GetType |
Gets the Type of the current instance.
(Object から継承されます。) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Object から継承されます。) |
![]() | ToString | (Object から継承されます。) |
プロパティ
名前 | 説明 | |
---|---|---|
![]() | AccountName |
口座名義 文字列 最大桁数:50 |
![]() | AccountNumber |
口座番号 半角数字 最大桁数:7 |
![]() | AccountType |
口座種別 半角数字 最大桁数:1 |
![]() | BankCode |
金融機関コード 半角数字 最大桁数:4 |
![]() | BranchCode |
支店コード 半角数字 最大桁数:3 |