C# Class Eto.Designer.Completion.XmlComments

Mostrar archivo Open project: picoe/Eto Class Usage Examples

Public Properties

Property Type Description
EncodeHtml bool

Public Methods

Method Description
GetEnum ( PropertyInfo property, string name ) : string
GetSummary ( EventInfo evt ) : string
GetSummary ( PropertyInfo property ) : string
GetSummary ( Type type ) : string

Private Methods

Method Description
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

Method Details

GetEnum() public static method

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

GetSummary() public static method

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

GetSummary() public static method

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

GetSummary() public static method

public static GetSummary ( Type type ) : string
type System.Type
return string

Property Details

EncodeHtml public_oe static_oe property

public static bool EncodeHtml
return bool