C# 클래스 Installer.WebConfigParameters

Configurable parameters in web.config that need to be transferred over to the new one.
파일 보기 프로젝트 열기: daptiv/Malevich 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AllowTabOverride string
Fonts string
MaxDescriptionLength string
MaxLineLength string
MaxLineNumberLength string
MaxReviewCommentLength string
OptionalValues string>.Dictionary
SpacesPerTab string

프로퍼티 상세

AllowTabOverride 공개적으로 프로퍼티

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
리턴 string

Fonts 공개적으로 프로퍼티

Supported fonts.
public string Fonts
리턴 string

MaxDescriptionLength 공개적으로 프로퍼티

Website-wide max description length.
public string MaxDescriptionLength
리턴 string

MaxLineLength 공개적으로 프로퍼티

Website-wide max line length default.
public string MaxLineLength
리턴 string

MaxLineNumberLength 공개적으로 프로퍼티

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

MaxReviewCommentLength 공개적으로 프로퍼티

Website-wide max review comment length.
public string MaxReviewCommentLength
리턴 string

OptionalValues 공개적으로 프로퍼티

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

SpacesPerTab 공개적으로 프로퍼티

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