C# 클래스 NPlant.MetaModel.ClassDiagraming.ClassDescriptor

상속: IKeyedItem
파일 보기 프로젝트 열기: nplant/nplant 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
MemberVisibility bool>.IDictionary

Private Properties

프로퍼티 타입 설명
LoadMethods void
ShouldShowInheritance bool
ShouldShowInheritanceInterface bool

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetMemberVisibility ( string name ) : bool
GetWriter ( ClassDiagram diagram ) : IDescriptorWriter
Visit ( ) : void

보호된 메소드들

메소드 설명
ClassDescriptor ( Type reflectedType ) : System
LoadMembers ( NPlant.Generation.ClassDiagraming.ClassDiagramVisitorContext context ) : void

비공개 메소드들

메소드 설명
LoadMethods ( NPlant.Generation.ClassDiagraming.ClassDiagramVisitorContext context ) : void
ShouldShowInheritance ( NPlant.Generation.ClassDiagraming.ClassDiagramVisitorContext context ) : bool
ShouldShowInheritanceInterface ( NPlant.Generation.ClassDiagraming.ClassDiagramVisitorContext context, Type type ) : bool

메소드 상세

ClassDescriptor() 보호된 메소드

protected ClassDescriptor ( Type reflectedType ) : System
reflectedType System.Type
리턴 System

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetMemberVisibility() 공개 메소드

public GetMemberVisibility ( string name ) : bool
name string
리턴 bool

GetWriter() 공개 추상적인 메소드

public abstract GetWriter ( ClassDiagram diagram ) : IDescriptorWriter
diagram ClassDiagram
리턴 IDescriptorWriter

LoadMembers() 보호된 메소드

protected LoadMembers ( NPlant.Generation.ClassDiagraming.ClassDiagramVisitorContext context ) : void
context NPlant.Generation.ClassDiagraming.ClassDiagramVisitorContext
리턴 void

Visit() 공개 메소드

public Visit ( ) : void
리턴 void

프로퍼티 상세

MemberVisibility 보호되어 있는 프로퍼티

protected IDictionary MemberVisibility
리턴 bool>.IDictionary