Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
SampleEnv3
Customer
C# 클래스 SampleEnv3.Customer
파일 보기
프로젝트 열기: cruppstahl/upscaledb
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
id
int
name
string
공개 메소드들
메소드
설명
Customer
(
byte
id
,
byte
name
) :
System
Customer
(
int
id
,
String
name
) :
System
GetKey
( ) :
byte[]
GetRecord
( ) :
byte[]
메소드 상세
Customer()
공개
메소드
public
Customer
(
byte
id
,
byte
name
) :
System
id
byte
name
byte
리턴
System
Customer()
공개
메소드
public
Customer
(
int
id
,
String
name
) :
System
id
int
name
String
리턴
System
GetKey()
공개
메소드
public
GetKey
( ) :
byte[]
리턴
byte[]
GetRecord()
공개
메소드
public
GetRecord
( ) :
byte[]
리턴
byte[]
프로퍼티 상세
id
공개적으로 프로퍼티
public
int
id
리턴
int
name
공개적으로 프로퍼티
public
string
name
리턴
string