C# Class RockWeb.Blocks.Examples.ModelMap

Inheritance: Rock.Web.UI.RockBlock
Afficher le fichier Open project: NewPointe/Rockit

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

Private Methods

Méthode Description
ClassNode ( MClass aClass ) : string

Build a "node" of the class/model with its properties and methods inside.

GetComments ( MemberInfo p ) : XmlComment

Gets the comments from the data in the assembly's XML file for the given member object.

GetModelClasses ( ) : List

Reads the model classes from the cache or fetches them and caches them for reuse.

GetPropertiesAndMethods ( Type type, bool includeInherited = true ) : MClass

Gets the properties and methods.

MakeSummaryHtml ( string innerXml ) : string

Makes the summary HTML; converting any type/class cref (ex. T:Rock.Model.Campus) references to HTML links (ex Campus)

ReadClassesFromAssembly ( ) : List

Reads the classes from assembly.

ReadXMLComments ( Assembly rockDll ) : void

Reads the XML comments from the assembly XML file.

Method Details

OnLoad() protected méthode

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Résultat void