C# 클래스 AjaxControlToolkit.Reference.Core.Documentation

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

공개 메소드들

메소드 설명
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