C# Class OfficialPlugins.GlueView.InteractiveInterface

Inheritance: System.MarshalByRefObject, IInteractiveInterface
Mostrar archivo Open project: vchelaru/FlatRedBall

Public Methods

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

Method Details

InteractiveInterface() public method

public InteractiveInterface ( IGlueCommands glueCommands, IGlueState glueState ) : System
glueCommands IGlueCommands
glueState IGlueState
return System

SelectNamedObjectSave() public method

public SelectNamedObjectSave ( string containerName, string namedObjectName ) : void
containerName string
namedObjectName string
return void

UpdateNamedObjectSave() public method

public UpdateNamedObjectSave ( string containerName, string associatedNamedObjectSave ) : void
containerName string
associatedNamedObjectSave string
return void