C# Class FlatRedBall.Glue.SetVariable.EntitySaveSetVariableLogic

Show file Open project: vchelaru/FlatRedBall

Public Methods

Method Description
GetAllEntitiesThatThisInherits ( string derivedEntity ) : List

Private Methods

Method Description
AskToPreserveVariables ( EntitySave entitySave, List variablesBefore ) : void
GetIfCurrentEntityBaseIsValid ( EntitySave entitySave ) : bool
ReactToChangedBaseEntity ( object oldValue, EntitySave entitySave ) : void
ReactToChangedImplementsIVisible ( object oldValue, EntitySave entitySave ) : void
ReactToEntityChangedValue ( string changedMember, object oldValue ) : void
RegenerateAllContainersForNamedObjectsThatUseCurrentEntity ( ) : void

Method Details

GetAllEntitiesThatThisInherits() public static method

public static GetAllEntitiesThatThisInherits ( string derivedEntity ) : List
derivedEntity string
return List