C# 클래스 SpeakFriend.Utilities.Tagging.TagPrototypeService

파일 보기 프로젝트 열기: teamaton/speak-lib

공개 메소드들

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

메소드 상세

Create() 공개 메소드

public Create ( TagPrototype prototype ) : void
prototype TagPrototype
리턴 void

GetByTargetType() 공개 메소드

public GetByTargetType ( Type targetType ) : IList
targetType System.Type
리턴 IList

GetByTargetType() 공개 메소드

public GetByTargetType ( string targetTypeAssemblyQualifiedName ) : IList
targetTypeAssemblyQualifiedName string
리턴 IList

GetByTargetTypeAndText() 공개 메소드

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

GetByTargetTypeAndText() 공개 메소드

public GetByTargetTypeAndText ( string targetTypeAssemblyQualifiedName, string text ) : TagPrototype
targetTypeAssemblyQualifiedName string
text string
리턴 TagPrototype

TagPrototypeService() 공개 메소드

public TagPrototypeService ( ISession session ) : System
session ISession
리턴 System