C# Class SpeakFriend.Utilities.Tagging.TagPrototypeService

Afficher le fichier Open project: teamaton/speak-lib

Méthodes publiques

Méthode Description
Create ( TagPrototype prototype ) : void
GetByTargetType ( Type targetType ) : IList
GetByTargetType ( string targetTypeAssemblyQualifiedName ) : IList
GetByTargetTypeAndText ( Type targetType, string text ) : TagPrototype
GetByTargetTypeAndText ( string targetTypeAssemblyQualifiedName, string text ) : TagPrototype
TagPrototypeService ( ISession session ) : System

Method Details

Create() public méthode

public Create ( TagPrototype prototype ) : void
prototype TagPrototype
Résultat void

GetByTargetType() public méthode

public GetByTargetType ( Type targetType ) : IList
targetType System.Type
Résultat IList

GetByTargetType() public méthode

public GetByTargetType ( string targetTypeAssemblyQualifiedName ) : IList
targetTypeAssemblyQualifiedName string
Résultat IList

GetByTargetTypeAndText() public méthode

public GetByTargetTypeAndText ( Type targetType, string text ) : TagPrototype
targetType System.Type
text string
Résultat TagPrototype

GetByTargetTypeAndText() public méthode

public GetByTargetTypeAndText ( string targetTypeAssemblyQualifiedName, string text ) : TagPrototype
targetTypeAssemblyQualifiedName string
text string
Résultat TagPrototype

TagPrototypeService() public méthode

public TagPrototypeService ( ISession session ) : System
session ISession
Résultat System