C# 클래스 Signum.Web.ValueLineBoxOptions

파일 보기 프로젝트 열기: signumsoftware/framework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
format string
labelText string
message string
prefix string
title string
type ValueLineType
unit string
value object

공개 메소드들

메소드 설명
ValueLineBoxOptions ( ValueLineType type, string prefix ) : System
ValueLineBoxOptions ( ValueLineType type, string parentPrefix, string newPart ) : System

메소드 상세

ValueLineBoxOptions() 공개 메소드

public ValueLineBoxOptions ( ValueLineType type, string prefix ) : System
type ValueLineType
prefix string
리턴 System

ValueLineBoxOptions() 공개 메소드

public ValueLineBoxOptions ( ValueLineType type, string parentPrefix, string newPart ) : System
type ValueLineType
parentPrefix string
newPart string
리턴 System

프로퍼티 상세

format 공개적으로 프로퍼티

public string format
리턴 string

labelText 공개적으로 프로퍼티

public string labelText
리턴 string

message 공개적으로 프로퍼티

public string message
리턴 string

prefix 공개적으로 프로퍼티

public string prefix
리턴 string

title 공개적으로 프로퍼티

public string title
리턴 string

type 공개적으로 프로퍼티

public ValueLineType type
리턴 ValueLineType

unit 공개적으로 프로퍼티

public string unit
리턴 string

value 공개적으로 프로퍼티

public object value
리턴 object