C# Class FlatRedBall.Glue.Plugins.ExportedImplementations.CommandInterfaces.UpdateCommands

Inheritance: IUpdateCommands
ファイルを表示 Open project: vchelaru/FlatRedBall Class Usage Examples

Private Properties

Property Type Description
CopyObject void
RefreshElement void

Public Methods

Method Description
Add ( IElement element ) : void
Add ( string containerName, CustomVariable customVariable ) : void
Add ( string containerName, NamedObjectSave namedObjectSave ) : void
Add ( string containerName, StateSave stateSave ) : void
Add ( string containerName, StateSaveCategory stateSaveCategory ) : void
Remove ( IElement element ) : void
Remove ( string containerName, CustomVariable customVariable ) : void
Remove ( string containerName, NamedObjectSave namedObjectSave ) : void
Remove ( string containerName, StateSave stateSave ) : void
Remove ( string containerName, StateSaveCategory stateSaveCategory ) : void
Update ( IElement element ) : void
Update ( string containerName, CustomVariable customVariable ) : void
Update ( string containerName, NamedObjectSave namedObjectSave ) : void
Update ( string containerName, StateSave stateSave ) : void
Update ( string containerName, StateSaveCategory stateSaveCategory ) : void

Private Methods

Method Description
CopyObject ( object itemFrom, object itemTo ) : void
RefreshElement ( IElement element ) : void

Method Details

Add() public method

public Add ( IElement element ) : void
element IElement
return void

Add() public method

public Add ( string containerName, CustomVariable customVariable ) : void
containerName string
customVariable FlatRedBall.Glue.SaveClasses.CustomVariable
return void

Add() public method

public Add ( string containerName, NamedObjectSave namedObjectSave ) : void
containerName string
namedObjectSave FlatRedBall.Glue.SaveClasses.NamedObjectSave
return void

Add() public method

public Add ( string containerName, StateSave stateSave ) : void
containerName string
stateSave FlatRedBall.Glue.SaveClasses.StateSave
return void

Add() public method

public Add ( string containerName, StateSaveCategory stateSaveCategory ) : void
containerName string
stateSaveCategory FlatRedBall.Glue.SaveClasses.StateSaveCategory
return void

Remove() public method

public Remove ( IElement element ) : void
element IElement
return void

Remove() public method

public Remove ( string containerName, CustomVariable customVariable ) : void
containerName string
customVariable FlatRedBall.Glue.SaveClasses.CustomVariable
return void

Remove() public method

public Remove ( string containerName, NamedObjectSave namedObjectSave ) : void
containerName string
namedObjectSave FlatRedBall.Glue.SaveClasses.NamedObjectSave
return void

Remove() public method

public Remove ( string containerName, StateSave stateSave ) : void
containerName string
stateSave FlatRedBall.Glue.SaveClasses.StateSave
return void

Remove() public method

public Remove ( string containerName, StateSaveCategory stateSaveCategory ) : void
containerName string
stateSaveCategory FlatRedBall.Glue.SaveClasses.StateSaveCategory
return void

Update() public method

public Update ( IElement element ) : void
element IElement
return void

Update() public method

public Update ( string containerName, CustomVariable customVariable ) : void
containerName string
customVariable FlatRedBall.Glue.SaveClasses.CustomVariable
return void

Update() public method

public Update ( string containerName, NamedObjectSave namedObjectSave ) : void
containerName string
namedObjectSave FlatRedBall.Glue.SaveClasses.NamedObjectSave
return void

Update() public method

public Update ( string containerName, StateSave stateSave ) : void
containerName string
stateSave FlatRedBall.Glue.SaveClasses.StateSave
return void

Update() public method

public Update ( string containerName, StateSaveCategory stateSaveCategory ) : void
containerName string
stateSaveCategory FlatRedBall.Glue.SaveClasses.StateSaveCategory
return void