C# 클래스 Cake.Web.Core.Services.RouteService

파일 보기 프로젝트 열기: cake-build/website 1 사용 예제들

공개 메소드들

메소드 설명
GetRoutePart ( Cake.Web.Docs.DocumentedMethod method ) : string
GetRoutePart ( Cake.Web.Docs.DocumentedNamespace @namespace ) : string
GetRoutePart ( Cake.Web.Docs.DocumentedProperty property ) : string
GetRoutePart ( DocumentedType type ) : string
RouteService ( Cake.Web.Docs.DocumentModel model ) : System.Collections.Generic
TryFindNamespacesFromRoutePart ( string id, List &namespaces ) : bool
TryFindTypeFromRoutePart ( string id, DocumentedType &type ) : bool
TryFindTypeMemberFromRoutePart ( string id, Cake.Web.Docs.DocumentedMember &member ) : bool

메소드 상세

GetRoutePart() 공개 메소드

public GetRoutePart ( Cake.Web.Docs.DocumentedMethod method ) : string
method Cake.Web.Docs.DocumentedMethod
리턴 string

GetRoutePart() 공개 메소드

public GetRoutePart ( Cake.Web.Docs.DocumentedNamespace @namespace ) : string
@namespace Cake.Web.Docs.DocumentedNamespace
리턴 string

GetRoutePart() 공개 메소드

public GetRoutePart ( Cake.Web.Docs.DocumentedProperty property ) : string
property Cake.Web.Docs.DocumentedProperty
리턴 string

GetRoutePart() 공개 메소드

public GetRoutePart ( DocumentedType type ) : string
type Cake.Web.Docs.DocumentedType
리턴 string

RouteService() 공개 메소드

public RouteService ( Cake.Web.Docs.DocumentModel model ) : System.Collections.Generic
model Cake.Web.Docs.DocumentModel
리턴 System.Collections.Generic

TryFindNamespacesFromRoutePart() 공개 메소드

public TryFindNamespacesFromRoutePart ( string id, List &namespaces ) : bool
id string
namespaces List
리턴 bool

TryFindTypeFromRoutePart() 공개 메소드

public TryFindTypeFromRoutePart ( string id, DocumentedType &type ) : bool
id string
type Cake.Web.Docs.DocumentedType
리턴 bool

TryFindTypeMemberFromRoutePart() 공개 메소드

public TryFindTypeMemberFromRoutePart ( string id, Cake.Web.Docs.DocumentedMember &member ) : bool
id string
member Cake.Web.Docs.DocumentedMember
리턴 bool