C# Class SpeakFriend.Utilities.Tagging.TagPrototypeService

Show file Open project: teamaton/speak-lib

Public Methods

Method 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 method

public Create ( TagPrototype prototype ) : void
prototype TagPrototype
return void

GetByTargetType() public method

public GetByTargetType ( Type targetType ) : IList
targetType System.Type
return IList

GetByTargetType() public method

public GetByTargetType ( string targetTypeAssemblyQualifiedName ) : IList
targetTypeAssemblyQualifiedName string
return IList

GetByTargetTypeAndText() public method

public GetByTargetTypeAndText ( Type targetType, string text ) : TagPrototype
targetType System.Type
text string
return TagPrototype

GetByTargetTypeAndText() public method

public GetByTargetTypeAndText ( string targetTypeAssemblyQualifiedName, string text ) : TagPrototype
targetTypeAssemblyQualifiedName string
text string
return TagPrototype

TagPrototypeService() public method

public TagPrototypeService ( ISession session ) : System
session ISession
return System