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

Inheritance: IUpdateCommands
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Private Properties

Свойство Type Description
CopyObject void
RefreshElement void

Méthodes publiques

Méthode 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

Méthode Description
CopyObject ( object itemFrom, object itemTo ) : void
RefreshElement ( IElement element ) : void

Method Details

Add() public méthode

public Add ( IElement element ) : void
element IElement
Résultat void

Add() public méthode

public Add ( string containerName, CustomVariable customVariable ) : void
containerName string
customVariable FlatRedBall.Glue.SaveClasses.CustomVariable
Résultat void

Add() public méthode

public Add ( string containerName, NamedObjectSave namedObjectSave ) : void
containerName string
namedObjectSave FlatRedBall.Glue.SaveClasses.NamedObjectSave
Résultat void

Add() public méthode

public Add ( string containerName, StateSave stateSave ) : void
containerName string
stateSave FlatRedBall.Glue.SaveClasses.StateSave
Résultat void

Add() public méthode

public Add ( string containerName, StateSaveCategory stateSaveCategory ) : void
containerName string
stateSaveCategory FlatRedBall.Glue.SaveClasses.StateSaveCategory
Résultat void

Remove() public méthode

public Remove ( IElement element ) : void
element IElement
Résultat void

Remove() public méthode

public Remove ( string containerName, CustomVariable customVariable ) : void
containerName string
customVariable FlatRedBall.Glue.SaveClasses.CustomVariable
Résultat void

Remove() public méthode

public Remove ( string containerName, NamedObjectSave namedObjectSave ) : void
containerName string
namedObjectSave FlatRedBall.Glue.SaveClasses.NamedObjectSave
Résultat void

Remove() public méthode

public Remove ( string containerName, StateSave stateSave ) : void
containerName string
stateSave FlatRedBall.Glue.SaveClasses.StateSave
Résultat void

Remove() public méthode

public Remove ( string containerName, StateSaveCategory stateSaveCategory ) : void
containerName string
stateSaveCategory FlatRedBall.Glue.SaveClasses.StateSaveCategory
Résultat void

Update() public méthode

public Update ( IElement element ) : void
element IElement
Résultat void

Update() public méthode

public Update ( string containerName, CustomVariable customVariable ) : void
containerName string
customVariable FlatRedBall.Glue.SaveClasses.CustomVariable
Résultat void

Update() public méthode

public Update ( string containerName, NamedObjectSave namedObjectSave ) : void
containerName string
namedObjectSave FlatRedBall.Glue.SaveClasses.NamedObjectSave
Résultat void

Update() public méthode

public Update ( string containerName, StateSave stateSave ) : void
containerName string
stateSave FlatRedBall.Glue.SaveClasses.StateSave
Résultat void

Update() public méthode

public Update ( string containerName, StateSaveCategory stateSaveCategory ) : void
containerName string
stateSaveCategory FlatRedBall.Glue.SaveClasses.StateSaveCategory
Résultat void