C# 클래스 QSCustomFields.CFTable

파일 보기 프로젝트 열기: QualitySolution/QSProjects 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DBName string
Fields List
Title string

공개 메소드들

메소드 설명
CFTable ( string dbname, string title ) : System

메소드 상세

CFTable() 공개 메소드

public CFTable ( string dbname, string title ) : System
dbname string
title string
리턴 System

프로퍼티 상세

DBName 공개적으로 프로퍼티

public string DBName
리턴 string

Fields 공개적으로 프로퍼티

public List Fields
리턴 List

Title 공개적으로 프로퍼티

public string Title
리턴 string