C# 클래스 Eto.Designer.Completion.XmlComments

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

공개 프로퍼티들

프로퍼티 타입 설명
EncodeHtml bool

공개 메소드들

메소드 설명
GetEnum ( PropertyInfo property, string name ) : string
GetSummary ( EventInfo evt ) : string
GetSummary ( PropertyInfo property ) : string
GetSummary ( Type type ) : string

비공개 메소드들

메소드 설명
EnsureDoc ( ) : bool
GetDescription ( string name, XmlNode node ) : string
GetDescription ( XmlNode node, StringBuilder sb ) : void
GetNiceName ( Type type ) : string
GetSummary ( string nodeName ) : string
TranslateCref ( string name ) : string

메소드 상세

GetEnum() 공개 정적인 메소드

public static GetEnum ( PropertyInfo property, string name ) : string
property System.Reflection.PropertyInfo
name string
리턴 string

GetSummary() 공개 정적인 메소드

public static GetSummary ( EventInfo evt ) : string
evt System.Reflection.EventInfo
리턴 string

GetSummary() 공개 정적인 메소드

public static GetSummary ( PropertyInfo property ) : string
property System.Reflection.PropertyInfo
리턴 string

GetSummary() 공개 정적인 메소드

public static GetSummary ( Type type ) : string
type System.Type
리턴 string

프로퍼티 상세

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

public static bool EncodeHtml
리턴 bool