C# 클래스 QSCustomFields.CFFieldInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
ColumnName string
DataType FieldDataTypes
Digits int
FieldType FieldTypes
ID int
Name string
Size int

프로퍼티 상세

ColumnName 공개적으로 프로퍼티

public string ColumnName
리턴 string

DataType 공개적으로 프로퍼티

public FieldDataTypes DataType
리턴 FieldDataTypes

Digits 공개적으로 프로퍼티

public int Digits
리턴 int

FieldType 공개적으로 프로퍼티

public FieldTypes FieldType
리턴 FieldTypes

ID 공개적으로 프로퍼티

public int ID
리턴 int

Name 공개적으로 프로퍼티

public string Name
리턴 string

Size 공개적으로 프로퍼티

public int Size
리턴 int