C# Class PSQRSDD.ColumnTemplate, PSR-PSQ

Datei anzeigen Open project: unhcr/PSR-PSQ

Public Properties

Property Type Description
isNumeric bool
item string
key string
title string

Public Methods

Method Description
ColumnTemplate ( string key, string item, bool isNumeric, string title ) : System

Method Details

ColumnTemplate() public method

public ColumnTemplate ( string key, string item, bool isNumeric, string title ) : System
key string
item string
isNumeric bool
title string
return System

Property Details

isNumeric public_oe property

public bool isNumeric
return bool

item public_oe property

public string item
return string

key public_oe property

public string key
return string

title public_oe property

public string title
return string