C# Class OfficialPlugins.GlueView.InteractiveInterface

Inheritance: System.MarshalByRefObject, IInteractiveInterface
Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
InteractiveInterface ( IGlueCommands glueCommands, IGlueState glueState ) : System
SelectNamedObjectSave ( string containerName, string namedObjectName ) : void
UpdateNamedObjectSave ( string containerName, string associatedNamedObjectSave ) : void

Method Details

InteractiveInterface() public méthode

public InteractiveInterface ( IGlueCommands glueCommands, IGlueState glueState ) : System
glueCommands IGlueCommands
glueState IGlueState
Résultat System

SelectNamedObjectSave() public méthode

public SelectNamedObjectSave ( string containerName, string namedObjectName ) : void
containerName string
namedObjectName string
Résultat void

UpdateNamedObjectSave() public méthode

public UpdateNamedObjectSave ( string containerName, string associatedNamedObjectSave ) : void
containerName string
associatedNamedObjectSave string
Résultat void