C# Класс AjaxControlToolkit.Reference.Core.Documentation

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

Add() публичный Метод

public Add ( IEnumerable rawDocs, ContentType contentType ) : void
rawDocs IEnumerable
contentType ContentType
Результат void

Documentation() публичный Метод

public Documentation ( ) : System
Результат System

Get() публичный статический Метод

public static Get ( string type, string xmlDocFolder, string scriptsFolder ) : Documentation
type string
xmlDocFolder string
scriptsFolder string
Результат Documentation

GetAnimationScriptsReference() публичный статический Метод

public static GetAnimationScriptsReference ( string scriptsFolder ) : Documentation
scriptsFolder string
Результат Documentation

GetAnimationScriptsReferenceForType() публичный статический Метод

public static GetAnimationScriptsReferenceForType ( string animationTypeName, string scriptsFolder ) : IEnumerable
animationTypeName string
scriptsFolder string
Результат IEnumerable

GetNonAnimationScriptsReference() публичный статический Метод

public static GetNonAnimationScriptsReference ( string type, string xmlDocFolder, string scriptsFolder ) : Documentation
type string
xmlDocFolder string
scriptsFolder string
Результат Documentation

IsAnimationScriptsRelatedType() публичный статический Метод

public static IsAnimationScriptsRelatedType ( string typeName ) : bool
typeName string
Результат bool

IsForceHeaderRendering() публичный статический Метод

public static IsForceHeaderRendering ( string typeName ) : bool
typeName string
Результат bool

IsRenderSampleSiteLink() публичный статический Метод

public static IsRenderSampleSiteLink ( string typeName ) : bool
typeName string
Результат bool