C# Class PSQRSDD.ColumnTemplate, PSR-PSQ

Afficher le fichier Open project: unhcr/PSR-PSQ

Méthodes publiques

Свойство Type Description
isNumeric bool
item string
key string
title string

Méthodes publiques

Méthode Description
ColumnTemplate ( string key, string item, bool isNumeric, string title ) : System

Method Details

ColumnTemplate() public méthode

public ColumnTemplate ( string key, string item, bool isNumeric, string title ) : System
key string
item string
isNumeric bool
title string
Résultat System

Property Details

isNumeric public_oe property

public bool isNumeric
Résultat bool

item public_oe property

public string item
Résultat string

key public_oe property

public string key
Résultat string

title public_oe property

public string title
Résultat string