C# Class Installer.WebConfigParameters

Configurable parameters in web.config that need to be transferred over to the new one.
显示文件 Open project: daptiv/Malevich Class Usage Examples

Public Properties

Property Type Description
AllowTabOverride string
Fonts string
MaxDescriptionLength string
MaxLineLength string
MaxLineNumberLength string
MaxReviewCommentLength string
OptionalValues string>.Dictionary
SpacesPerTab string

Property Details

AllowTabOverride public_oe property

Whether users are allowed to override the tab setting. An admin can prohibit this as a style point, if tabs are disallowed.
public string AllowTabOverride
return string

Fonts public_oe property

Supported fonts.
public string Fonts
return string

MaxDescriptionLength public_oe property

Website-wide max description length.
public string MaxDescriptionLength
return string

MaxLineLength public_oe property

Website-wide max line length default.
public string MaxLineLength
return string

MaxLineNumberLength public_oe property

Website-wide max line number length default.
public string MaxLineNumberLength
return string

MaxReviewCommentLength public_oe property

Website-wide max review comment length.
public string MaxReviewCommentLength
return string

OptionalValues public_oe property

Optional values in web.config - they are simply being transferred as is.
public Dictionary OptionalValues
return string>.Dictionary

SpacesPerTab public_oe property

How many spaces per tab do we display. Negative values = tab is displayed as \t.
public string SpacesPerTab
return string