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

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

공개 프로퍼티들

프로퍼티 타입 설명
isNumeric bool
item1 string
item2 string
key1 string
key2 string
title string

공개 메소드들

메소드 설명
ColumnTemplate ( string key1, string item1, string key2, string item2, bool isNumeric, string title ) : System

메소드 상세

ColumnTemplate() 공개 메소드

public ColumnTemplate ( string key1, string item1, string key2, string item2, bool isNumeric, string title ) : System
key1 string
item1 string
key2 string
item2 string
isNumeric bool
title string
리턴 System

프로퍼티 상세

isNumeric 공개적으로 프로퍼티

public bool isNumeric
리턴 bool

item1 공개적으로 프로퍼티

public string item1
리턴 string

item2 공개적으로 프로퍼티

public string item2
리턴 string

key1 공개적으로 프로퍼티

public string key1
리턴 string

key2 공개적으로 프로퍼티

public string key2
리턴 string

title 공개적으로 프로퍼티

public string title
리턴 string