C# Class Signum.Web.ValueLineBoxOptions

Mostra file Open project: signumsoftware/framework Class Usage Examples

Public Properties

Property Type Description
format string
labelText string
message string
prefix string
title string
type ValueLineType
unit string
value object

Public Methods

Method Description
ValueLineBoxOptions ( ValueLineType type, string prefix ) : System
ValueLineBoxOptions ( ValueLineType type, string parentPrefix, string newPart ) : System

Method Details

ValueLineBoxOptions() public method

public ValueLineBoxOptions ( ValueLineType type, string prefix ) : System
type ValueLineType
prefix string
return System

ValueLineBoxOptions() public method

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

Property Details

format public_oe property

public string format
return string

labelText public_oe property

public string labelText
return string

message public_oe property

public string message
return string

prefix public_oe property

public string prefix
return string

title public_oe property

public string title
return string

type public_oe property

public ValueLineType type
return ValueLineType

unit public_oe property

public string unit
return string

value public_oe property

public object value
return object