Show / Hide Table of Contents

Class DefaultTfsConfigContainer

Class for an IConfigContainer that uses TFS and is configurable through Phoenix settings.

Inheritance
object
BaseConfigContainer<EmptyGameClient>
TfsConfigContainer<EmptyGameClient>
DefaultTfsConfigContainer
Implements
IConfigContainer
IDisposable
Inherited Members
TfsConfigContainer<EmptyGameClient>.Dispose()
TfsConfigContainer<EmptyGameClient>.InitializeBugServiceAsync()
BaseConfigContainer<EmptyGameClient>.BugServiceClient
BaseConfigContainer<EmptyGameClient>.UninitializeAsync()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Plugin.Aruba.DefaultTfsConfig
Assembly: Phoenix.Plugin.Aruba.DefaultTfsConfig.dll
Syntax
public class DefaultTfsConfigContainer : TfsConfigContainer<EmptyGameClient>, IConfigContainer, IDisposable
Remarks

Initializes a new instance of the DefaultTfsConfigContainer class.

Constructors

View Source

DefaultTfsConfigContainer(ISettingsManager)

Class for an IConfigContainer that uses TFS and is configurable through Phoenix settings.

Declaration
public DefaultTfsConfigContainer(ISettingsManager settingsManager)
Parameters
Type Name Description
ISettingsManager settingsManager

The settings manager to load the DefaultTfsTitleSettings

Remarks

Initializes a new instance of the DefaultTfsConfigContainer class.

Properties

View Source

ProjectName

Gets the name of the project on Tfs.

Declaration
public override string ProjectName { get; }
Property Value
Type Description
string
Overrides
TfsConfigContainer<EmptyGameClient>.ProjectName
View Source

ServiceEndpoint

Gets the Tfs uri for the bug service.

Declaration
public override string ServiceEndpoint { get; }
Property Value
Type Description
string
Overrides
TfsConfigContainer<EmptyGameClient>.ServiceEndpoint
View Source

TitleName

Gets the name of the title.

Declaration
public override string TitleName { get; }
Property Value
Type Description
string
Overrides
BaseConfigContainer<EmptyGameClient>.TitleName

Methods

View Source

CreateGameClient()

Creates an instance of EmptyGameClient.

Declaration
protected override EmptyGameClient CreateGameClient()
Returns
Type Description
EmptyGameClient

The EmptyGameClient instance, EmptyGameClient for an IConfigContainer without a game client.

Overrides
BaseConfigContainer<EmptyGameClient>.CreateGameClient()
View Source

InitializeAsync()

Initializes the BaseConfigContainer<TGameClient>.

Declaration
public override Task InitializeAsync()
Returns
Type Description
Task

A Task representing the asynchronous operation.

Overrides
BaseConfigContainer<EmptyGameClient>.InitializeAsync()

Implements

IConfigContainer
IDisposable
  • View Source
In this article
Back to top Generated by DocFX