C# Class QSProjectsLib.Reference.ColumnInfo

Afficher le fichier Open project: QualitySolution/QSProjects

Méthodes publiques

Свойство Type Description
DisplayFormat string
Name string
Search bool

Méthodes publiques

Méthode Description
ColumnInfo ( string name, string format, bool search = true ) : System

Method Details

ColumnInfo() public méthode

public ColumnInfo ( string name, string format, bool search = true ) : System
name string
format string
search bool
Résultat System

Property Details

DisplayFormat public_oe property

public string DisplayFormat
Résultat string

Name public_oe property

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

Search public_oe property

public bool Search
Résultat bool