C# Class Cake.Web.Core.Services.RouteService

Afficher le fichier Open project: cake-build/website Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

GetRoutePart() public méthode

public GetRoutePart ( Cake.Web.Docs.DocumentedMethod method ) : string
method Cake.Web.Docs.DocumentedMethod
Résultat string

GetRoutePart() public méthode

public GetRoutePart ( Cake.Web.Docs.DocumentedNamespace @namespace ) : string
@namespace Cake.Web.Docs.DocumentedNamespace
Résultat string

GetRoutePart() public méthode

public GetRoutePart ( Cake.Web.Docs.DocumentedProperty property ) : string
property Cake.Web.Docs.DocumentedProperty
Résultat string

GetRoutePart() public méthode

public GetRoutePart ( DocumentedType type ) : string
type Cake.Web.Docs.DocumentedType
Résultat string

RouteService() public méthode

public RouteService ( Cake.Web.Docs.DocumentModel model ) : System.Collections.Generic
model Cake.Web.Docs.DocumentModel
Résultat System.Collections.Generic

TryFindNamespacesFromRoutePart() public méthode

public TryFindNamespacesFromRoutePart ( string id, List &namespaces ) : bool
id string
namespaces List
Résultat bool

TryFindTypeFromRoutePart() public méthode

public TryFindTypeFromRoutePart ( string id, DocumentedType &type ) : bool
id string
type Cake.Web.Docs.DocumentedType
Résultat bool

TryFindTypeMemberFromRoutePart() public méthode

public TryFindTypeMemberFromRoutePart ( string id, Cake.Web.Docs.DocumentedMember &member ) : bool
id string
member Cake.Web.Docs.DocumentedMember
Résultat bool