C# 클래스 NUnitGoCore.CustomElements.CSSElements.CssElement

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

공개 프로퍼티들

프로퍼티 타입 설명
Name string
StyleFields List

공개 메소드들

메소드 설명
AddStyleFields ( List styleFields ) : void
CssElement ( string name ) : System
ToString ( ) : string

메소드 상세

AddStyleFields() 공개 메소드

public AddStyleFields ( List styleFields ) : void
styleFields List
리턴 void

CssElement() 공개 메소드

public CssElement ( string name ) : System
name string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Name 공개적으로 프로퍼티

public string Name
리턴 string

StyleFields 공개적으로 프로퍼티

public List StyleFields
리턴 List