C# 클래스 NFe.Settings.ConfiguracaoApp.xValid

파일 보기 프로젝트 열기: akretion/uninfe

공개 프로퍼티들

프로퍼티 타입 설명
folder string
msg1 string
msg2 string
valid bool

공개 메소드들

메소드 설명
xValid ( string _folder, string _msg1, string _msg2, bool _valid ) : System

메소드 상세

xValid() 공개 메소드

public xValid ( string _folder, string _msg1, string _msg2, bool _valid ) : System
_folder string
_msg1 string
_msg2 string
_valid bool
리턴 System

프로퍼티 상세

folder 공개적으로 프로퍼티

public string folder
리턴 string

msg1 공개적으로 프로퍼티

public string msg1
리턴 string

msg2 공개적으로 프로퍼티

public string msg2
리턴 string

valid 공개적으로 프로퍼티

public bool valid
리턴 bool