C# Class MasterInstaller.Components.ComponentStorage

Show file Open project: vchelaru/FlatRedBall

Public Properties

Property Type Description
CompletedComponent MasterInstaller.Components.MainComponents.Completed.CompletedComponent
CustomSetupComponent MasterInstaller.Components.MainComponents.CustomSetup.CustomSetupComponent
DirectXComponent MasterInstaller.Components.InstallableComponents.DirectX.DirectXComponent
FileAssociationComponent MasterInstaller.Components.InstallableComponents.FRBDK.FileAssociationComponent
FrbdkComponent MasterInstaller.Components.InstallableComponents.FRBDK.FrbdkComponent
FrbdkSetupComponent MasterInstaller.Components.SetupComponents.FrbdkSetup.FrbdkSetupComponent
IntroductionComponent MasterInstaller.Components.MainComponents.Introduction.IntroductionComponent
Settings bool>.SerializableDictionary
Xna3_1Component MasterInstaller.Components.InstallableComponents.XNA3_1.XNA3_1Component
Xna4Component MasterInstaller.Components.InstallableComponents.XNA4.XNA4Component

Public Methods

Method Description
GetInstallableComponents ( ) : List
GetValue ( string name ) : bool
SetValue ( string name, bool value ) : void

Private Methods

Method Description
Initialize ( ) : void

Method Details

GetInstallableComponents() public static method

public static GetInstallableComponents ( ) : List
return List

GetValue() public static method

public static GetValue ( string name ) : bool
name string
return bool

SetValue() public static method

public static SetValue ( string name, bool value ) : void
name string
value bool
return void

Property Details

CompletedComponent public static property

public static CompletedComponent,MasterInstaller.Components.MainComponents.Completed CompletedComponent
return MasterInstaller.Components.MainComponents.Completed.CompletedComponent

CustomSetupComponent public static property

public static CustomSetupComponent,MasterInstaller.Components.MainComponents.CustomSetup CustomSetupComponent
return MasterInstaller.Components.MainComponents.CustomSetup.CustomSetupComponent

DirectXComponent public static property

public static DirectXComponent,MasterInstaller.Components.InstallableComponents.DirectX DirectXComponent
return MasterInstaller.Components.InstallableComponents.DirectX.DirectXComponent

FileAssociationComponent public static property

public static FileAssociationComponent,MasterInstaller.Components.InstallableComponents.FRBDK FileAssociationComponent
return MasterInstaller.Components.InstallableComponents.FRBDK.FileAssociationComponent

FrbdkComponent public static property

public static FrbdkComponent,MasterInstaller.Components.InstallableComponents.FRBDK FrbdkComponent
return MasterInstaller.Components.InstallableComponents.FRBDK.FrbdkComponent

FrbdkSetupComponent public static property

public static FrbdkSetupComponent,MasterInstaller.Components.SetupComponents.FrbdkSetup FrbdkSetupComponent
return MasterInstaller.Components.SetupComponents.FrbdkSetup.FrbdkSetupComponent

IntroductionComponent public static property

public static IntroductionComponent,MasterInstaller.Components.MainComponents.Introduction IntroductionComponent
return MasterInstaller.Components.MainComponents.Introduction.IntroductionComponent

Settings public static property

public static SerializableDictionary Settings
return bool>.SerializableDictionary

Xna3_1Component public static property

public static XNA3_1Component,MasterInstaller.Components.InstallableComponents.XNA3_1 Xna3_1Component
return MasterInstaller.Components.InstallableComponents.XNA3_1.XNA3_1Component

Xna4Component public static property

public static XNA4Component,MasterInstaller.Components.InstallableComponents.XNA4 Xna4Component
return MasterInstaller.Components.InstallableComponents.XNA4.XNA4Component