C# 클래스 VersionOne.ServiceHost.ConfigurationTool.ServicesMap

Collect all services and timers class names and map them to Entity.
파일 보기 프로젝트 열기: versionone/VersionOne.Integration.HPALM

공개 프로퍼티들

프로퍼티 타입 설명
Assembly string
ChangeSetWriterService ServicesMap
EntityType System.Type
Namespace string
PublishClass string
QualityCenterService ServicesMap
TestService ServicesMap
TestWriterService ServicesMap
TimerService ServicesMap
TypeName string
WorkitemWriterService ServicesMap

공개 메소드들

메소드 설명
GetByEntityType ( Type type ) : ServicesMap
GetByFullTypeAndAssembly ( string fullType, string assembly ) : ServicesMap
GetByPublishClass ( string fullType, string assembly ) : ServicesMap

비공개 메소드들

메소드 설명
ServicesMap ( Type entity, string serviceFullName, string publishClass ) : System
ServicesMap ( Type entity, string serviceFullName, string publishClass, string serviceAssembly ) : System

메소드 상세

GetByEntityType() 공개 정적인 메소드

public static GetByEntityType ( Type type ) : ServicesMap
type System.Type
리턴 ServicesMap

GetByFullTypeAndAssembly() 공개 정적인 메소드

public static GetByFullTypeAndAssembly ( string fullType, string assembly ) : ServicesMap
fullType string
assembly string
리턴 ServicesMap

GetByPublishClass() 공개 정적인 메소드

public static GetByPublishClass ( string fullType, string assembly ) : ServicesMap
fullType string
assembly string
리턴 ServicesMap

프로퍼티 상세

Assembly 공개적으로 프로퍼티

public string Assembly
리턴 string

ChangeSetWriterService 공개적으로 정적으로 프로퍼티

public static ServicesMap,VersionOne.ServiceHost.ConfigurationTool ChangeSetWriterService
리턴 ServicesMap

EntityType 공개적으로 프로퍼티

public Type,System EntityType
리턴 System.Type

Namespace 공개적으로 프로퍼티

public string Namespace
리턴 string

PublishClass 공개적으로 프로퍼티

public string PublishClass
리턴 string

QualityCenterService 공개적으로 정적으로 프로퍼티

public static ServicesMap,VersionOne.ServiceHost.ConfigurationTool QualityCenterService
리턴 ServicesMap

TestService 공개적으로 정적으로 프로퍼티

public static ServicesMap,VersionOne.ServiceHost.ConfigurationTool TestService
리턴 ServicesMap

TestWriterService 공개적으로 정적으로 프로퍼티

public static ServicesMap,VersionOne.ServiceHost.ConfigurationTool TestWriterService
리턴 ServicesMap

TimerService 공개적으로 정적으로 프로퍼티

public static ServicesMap,VersionOne.ServiceHost.ConfigurationTool TimerService
리턴 ServicesMap

TypeName 공개적으로 프로퍼티

public string TypeName
리턴 string

WorkitemWriterService 공개적으로 정적으로 프로퍼티

public static ServicesMap,VersionOne.ServiceHost.ConfigurationTool WorkitemWriterService
리턴 ServicesMap