C# 클래스 CSharpUML.UmlEnum

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

공개 메소드들

메소드 설명
Matches ( CSharpBlock block ) : bool
Matches ( UmlBlock block ) : bool
ParseContent ( IEnumerable blocks ) : IEnumerable
ParseContent ( IEnumerable blocks ) : IEnumerable
ToCSharpCode ( int padding ) : string
ToTexCode ( ) : string
ToUmlCode ( int padding ) : string
UmlEnum ( CSharpBlock block ) : System
UmlEnum ( Tag tag ) : System
UmlEnum ( UmlBlock block ) : System

메소드 상세

Matches() 공개 정적인 메소드

public static Matches ( CSharpBlock block ) : bool
block CSharpBlock
리턴 bool

Matches() 공개 정적인 메소드

public static Matches ( UmlBlock block ) : bool
block UmlBlock
리턴 bool

ParseContent() 공개 메소드

public ParseContent ( IEnumerable blocks ) : IEnumerable
blocks IEnumerable
리턴 IEnumerable

ParseContent() 공개 메소드

public ParseContent ( IEnumerable blocks ) : IEnumerable
blocks IEnumerable
리턴 IEnumerable

ToCSharpCode() 공개 메소드

public ToCSharpCode ( int padding ) : string
padding int
리턴 string

ToTexCode() 공개 메소드

public ToTexCode ( ) : string
리턴 string

ToUmlCode() 공개 메소드

public ToUmlCode ( int padding ) : string
padding int
리턴 string

UmlEnum() 공개 메소드

public UmlEnum ( CSharpBlock block ) : System
block CSharpBlock
리턴 System

UmlEnum() 공개 메소드

public UmlEnum ( Tag tag ) : System
tag Tag
리턴 System

UmlEnum() 공개 메소드

public UmlEnum ( UmlBlock block ) : System
block UmlBlock
리턴 System