C# 클래스 QSProjectsLib.Reference.ColumnInfo

파일 보기 프로젝트 열기: QualitySolution/QSProjects

공개 프로퍼티들

프로퍼티 타입 설명
DisplayFormat string
Name string
Search bool

공개 메소드들

메소드 설명
ColumnInfo ( string name, string format, bool search = true ) : System

메소드 상세

ColumnInfo() 공개 메소드

public ColumnInfo ( string name, string format, bool search = true ) : System
name string
format string
search bool
리턴 System

프로퍼티 상세

DisplayFormat 공개적으로 프로퍼티

public string DisplayFormat
리턴 string

Name 공개적으로 프로퍼티

Если имя = пустая строка. Колонка не отображается.
public string Name
리턴 string

Search 공개적으로 프로퍼티

public bool Search
리턴 bool