C# 클래스 PSQRSDD.ColumnTemplate, PSR-PSQ

파일 보기 프로젝트 열기: unhcr/PSR-PSQ

공개 프로퍼티들

프로퍼티 타입 설명
isNumeric bool
item string
key string
title string

공개 메소드들

메소드 설명
ColumnTemplate ( string key, string item, bool isNumeric, string title ) : System

메소드 상세

ColumnTemplate() 공개 메소드

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

프로퍼티 상세

isNumeric 공개적으로 프로퍼티

public bool isNumeric
리턴 bool

item 공개적으로 프로퍼티

public string item
리턴 string

key 공개적으로 프로퍼티

public string key
리턴 string

title 공개적으로 프로퍼티

public string title
리턴 string