C# 클래스 FCS_Funding.Client

파일 보기 프로젝트 열기: WKlingonsmith/FCS-Project

공개 프로퍼티들

프로퍼티 타입 설명
clientName string
clientOQ int
notes string

공개 메소드들

메소드 설명
Client ( string cName, int cOQ, string note ) : System

메소드 상세

Client() 공개 메소드

public Client ( string cName, int cOQ, string note ) : System
cName string
cOQ int
note string
리턴 System

프로퍼티 상세

clientName 공개적으로 프로퍼티

public string clientName
리턴 string

clientOQ 공개적으로 프로퍼티

public int clientOQ
리턴 int

notes 공개적으로 프로퍼티

public string notes
리턴 string