C# 클래스 Rock.Web.DescriptionList

Helps generate Bootstrap Description List HTML (
...
)
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string term, System.DateTime dateTime, string format = "g", bool showIfBlank = false ) : DescriptionList

Adds the specified term.

Add ( string term, object description, bool showIfBlank = false ) : DescriptionList

Adds the specified term.

메소드 상세

Add() 공개 메소드

Adds the specified term.
public Add ( string term, System.DateTime dateTime, string format = "g", bool showIfBlank = false ) : DescriptionList
term string The term.
dateTime System.DateTime The date time.
format string The format.
showIfBlank bool if set to true [show if blank].
리턴 DescriptionList

Add() 공개 메소드

Adds the specified term.
public Add ( string term, object description, bool showIfBlank = false ) : DescriptionList
term string The term.
description object The description.
showIfBlank bool if set to true [show if blank].
리턴 DescriptionList