C# Class AjaxControlToolkit.Reference.Core.Documentation

Mostrar archivo Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Public Methods

Method Description
Add ( IEnumerable rawDocs, ContentType contentType ) : void
Documentation ( ) : System
Get ( string type, string xmlDocFolder, string scriptsFolder ) : Documentation
GetAnimationScriptsReference ( string scriptsFolder ) : Documentation
GetAnimationScriptsReferenceForType ( string animationTypeName, string scriptsFolder ) : IEnumerable
GetNonAnimationScriptsReference ( string type, string xmlDocFolder, string scriptsFolder ) : Documentation
IsAnimationScriptsRelatedType ( string typeName ) : bool
IsForceHeaderRendering ( string typeName ) : bool
IsRenderSampleSiteLink ( string typeName ) : bool

Private Methods

Method Description
FillClientMembers ( Documentation doc, string typeFullName, string scriptsFolder ) : void
GetNeededType ( string typeName ) : string
GetTypeByName ( string typeName, string baseTypeName = null ) : TypeDoc
LoadXml ( string fileName ) : System.Xml.Linq.XDocument
ProcessInfo ( string targetNamePrefix, string fullName, string baseTypeName ) : DocBase

Method Details

Add() public method

public Add ( IEnumerable rawDocs, ContentType contentType ) : void
rawDocs IEnumerable
contentType ContentType
return void

Documentation() public method

public Documentation ( ) : System
return System

Get() public static method

public static Get ( string type, string xmlDocFolder, string scriptsFolder ) : Documentation
type string
xmlDocFolder string
scriptsFolder string
return Documentation

GetAnimationScriptsReference() public static method

public static GetAnimationScriptsReference ( string scriptsFolder ) : Documentation
scriptsFolder string
return Documentation

GetAnimationScriptsReferenceForType() public static method

public static GetAnimationScriptsReferenceForType ( string animationTypeName, string scriptsFolder ) : IEnumerable
animationTypeName string
scriptsFolder string
return IEnumerable

GetNonAnimationScriptsReference() public static method

public static GetNonAnimationScriptsReference ( string type, string xmlDocFolder, string scriptsFolder ) : Documentation
type string
xmlDocFolder string
scriptsFolder string
return Documentation

IsAnimationScriptsRelatedType() public static method

public static IsAnimationScriptsRelatedType ( string typeName ) : bool
typeName string
return bool

IsForceHeaderRendering() public static method

public static IsForceHeaderRendering ( string typeName ) : bool
typeName string
return bool

IsRenderSampleSiteLink() public static method

public static IsRenderSampleSiteLink ( string typeName ) : bool
typeName string
return bool