C# Class Signum.Web.ValueLineBoxOptions

Show 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 property

public string format
return string

labelText public property

public string labelText
return string

message public property

public string message
return string

prefix public property

public string prefix
return string

title public property

public string title
return string

type public property

public ValueLineType type
return ValueLineType

unit public property

public string unit
return string

value public property

public object value
return object