C# 클래스 ERP_Palmeiras_LA.WebServices.EquipamentoClinicaDTO

파일 보기 프로젝트 열기: bbarros/ERP-Palmeiras

공개 프로퍼티들

프로퍼티 타입 설명
Fabricante String
Id int
NomeEquipamento String
NumeroSerie String
Status String

공개 메소드들

메소드 설명
EquipamentoClinicaDTO ( String nome, String status, int id, String fabricante, String nSerie ) : System

메소드 상세

EquipamentoClinicaDTO() 공개 메소드

public EquipamentoClinicaDTO ( String nome, String status, int id, String fabricante, String nSerie ) : System
nome String
status String
id int
fabricante String
nSerie String
리턴 System

프로퍼티 상세

Fabricante 공개적으로 프로퍼티

public String Fabricante
리턴 String

Id 공개적으로 프로퍼티

public int Id
리턴 int

NomeEquipamento 공개적으로 프로퍼티

public String NomeEquipamento
리턴 String

NumeroSerie 공개적으로 프로퍼티

public String NumeroSerie
리턴 String

Status 공개적으로 프로퍼티

public String Status
리턴 String