C# 클래스 StoryTeller.Html.HtmlClasses

파일 보기 프로젝트 열기: adymitruk/storyteller 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CAPTION string
COMMENT string
COMPOUND_HOLDER string
CONTAINER string
EXCEPTION string
FAIL string
GRID string
INPUT string
PASS string
SECTION string
SECTION_TITLE string
STEP_HOLDER string
TAGS string
TEST_EDITOR string
TEST_NAME string

공개 메소드들

메소드 설명
AddSafeClassName ( this tag, string unsafeClassName ) : HtmlTags.HtmlTag
CSS ( ) : string
Divider ( this tag ) : HtmlTags.HtmlTag
GetResourceFileContents ( string resourceName ) : string
JQuery ( ) : string
Pre ( this tag, string text ) : HtmlTags.HtmlTag
Span ( this tag, string text ) : HtmlTags.HtmlTag
SummaryFilter ( ) : string

메소드 상세

AddSafeClassName() 공개 정적인 메소드

public static AddSafeClassName ( this tag, string unsafeClassName ) : HtmlTags.HtmlTag
tag this
unsafeClassName string
리턴 HtmlTags.HtmlTag

CSS() 공개 정적인 메소드

public static CSS ( ) : string
리턴 string

Divider() 공개 정적인 메소드

public static Divider ( this tag ) : HtmlTags.HtmlTag
tag this
리턴 HtmlTags.HtmlTag

GetResourceFileContents() 공개 정적인 메소드

public static GetResourceFileContents ( string resourceName ) : string
resourceName string
리턴 string

JQuery() 공개 정적인 메소드

public static JQuery ( ) : string
리턴 string

Pre() 공개 정적인 메소드

public static Pre ( this tag, string text ) : HtmlTags.HtmlTag
tag this
text string
리턴 HtmlTags.HtmlTag

Span() 공개 정적인 메소드

public static Span ( this tag, string text ) : HtmlTags.HtmlTag
tag this
text string
리턴 HtmlTags.HtmlTag

SummaryFilter() 공개 정적인 메소드

public static SummaryFilter ( ) : string
리턴 string

프로퍼티 상세

CAPTION 공개적으로 정적으로 프로퍼티

public static string CAPTION
리턴 string

COMMENT 공개적으로 정적으로 프로퍼티

public static string COMMENT
리턴 string

COMPOUND_HOLDER 공개적으로 정적으로 프로퍼티

public static string COMPOUND_HOLDER
리턴 string

CONTAINER 공개적으로 정적으로 프로퍼티

public static string CONTAINER
리턴 string

EXCEPTION 공개적으로 정적으로 프로퍼티

public static string EXCEPTION
리턴 string

FAIL 공개적으로 정적으로 프로퍼티

public static string FAIL
리턴 string

GRID 공개적으로 정적으로 프로퍼티

public static string GRID
리턴 string

INPUT 공개적으로 정적으로 프로퍼티

public static string INPUT
리턴 string

PASS 공개적으로 정적으로 프로퍼티

public static string PASS
리턴 string

SECTION 공개적으로 정적으로 프로퍼티

public static string SECTION
리턴 string

SECTION_TITLE 공개적으로 정적으로 프로퍼티

public static string SECTION_TITLE
리턴 string

STEP_HOLDER 공개적으로 정적으로 프로퍼티

public static string STEP_HOLDER
리턴 string

TAGS 공개적으로 정적으로 프로퍼티

public static string TAGS
리턴 string

TEST_EDITOR 공개적으로 정적으로 프로퍼티

public static string TEST_EDITOR
리턴 string

TEST_NAME 공개적으로 정적으로 프로퍼티

public static string TEST_NAME
리턴 string