C# Class QSProjectsLib.Reference.ColumnInfo

Mostra file Open project: QualitySolution/QSProjects

Public Properties

Property Type Description
DisplayFormat string
Name string
Search bool

Public Methods

Method Description
ColumnInfo ( string name, string format, bool search = true ) : System

Method Details

ColumnInfo() public method

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

Property Details

DisplayFormat public_oe property

public string DisplayFormat
return string

Name public_oe property

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

Search public_oe property

public bool Search
return bool