C# Class VersionOne.ServiceHost.ConfigurationTool.ServicesMap

Collect all services and timers class names and map them to Entity.
Mostra file Open project: versionone/VersionOne.Integration.HPALM

Public Properties

Property Type Description
Assembly string
ChangeSetWriterService ServicesMap
EntityType System.Type
Namespace string
PublishClass string
QualityCenterService ServicesMap
TestService ServicesMap
TestWriterService ServicesMap
TimerService ServicesMap
TypeName string
WorkitemWriterService ServicesMap

Public Methods

Method Description
GetByEntityType ( Type type ) : ServicesMap
GetByFullTypeAndAssembly ( string fullType, string assembly ) : ServicesMap
GetByPublishClass ( string fullType, string assembly ) : ServicesMap

Private Methods

Method Description
ServicesMap ( Type entity, string serviceFullName, string publishClass ) : System
ServicesMap ( Type entity, string serviceFullName, string publishClass, string serviceAssembly ) : System

Method Details

GetByEntityType() public static method

public static GetByEntityType ( Type type ) : ServicesMap
type System.Type
return ServicesMap

GetByFullTypeAndAssembly() public static method

public static GetByFullTypeAndAssembly ( string fullType, string assembly ) : ServicesMap
fullType string
assembly string
return ServicesMap

GetByPublishClass() public static method

public static GetByPublishClass ( string fullType, string assembly ) : ServicesMap
fullType string
assembly string
return ServicesMap

Property Details

Assembly public_oe property

public string Assembly
return string

ChangeSetWriterService public_oe static_oe property

public static ServicesMap,VersionOne.ServiceHost.ConfigurationTool ChangeSetWriterService
return ServicesMap

EntityType public_oe property

public Type,System EntityType
return System.Type

Namespace public_oe property

public string Namespace
return string

PublishClass public_oe property

public string PublishClass
return string

QualityCenterService public_oe static_oe property

public static ServicesMap,VersionOne.ServiceHost.ConfigurationTool QualityCenterService
return ServicesMap

TestService public_oe static_oe property

public static ServicesMap,VersionOne.ServiceHost.ConfigurationTool TestService
return ServicesMap

TestWriterService public_oe static_oe property

public static ServicesMap,VersionOne.ServiceHost.ConfigurationTool TestWriterService
return ServicesMap

TimerService public_oe static_oe property

public static ServicesMap,VersionOne.ServiceHost.ConfigurationTool TimerService
return ServicesMap

TypeName public_oe property

public string TypeName
return string

WorkitemWriterService public_oe static_oe property

public static ServicesMap,VersionOne.ServiceHost.ConfigurationTool WorkitemWriterService
return ServicesMap