C# 클래스 CSharpUML.Tag

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

공개 프로퍼티들

프로퍼티 타입 설명
Content string
Name string
Params string>.Dictionary
Tagname string
TrueParams List

공개 메소드들

메소드 설명
ParseType ( ) : string
Tag ( string tagname, string content ) : System

비공개 메소드들

메소드 설명
parseParams ( ) : void

메소드 상세

ParseType() 공개 메소드

public ParseType ( ) : string
리턴 string

Tag() 공개 메소드

public Tag ( string tagname, string content ) : System
tagname string
content string
리턴 System

프로퍼티 상세

Content 공개적으로 프로퍼티

public string Content
리턴 string

Name 공개적으로 프로퍼티

public string Name
리턴 string

Params 공개적으로 프로퍼티

public Dictionary Params
리턴 string>.Dictionary

Tagname 공개적으로 프로퍼티

public string Tagname
리턴 string

TrueParams 공개적으로 프로퍼티

public List TrueParams
리턴 List