C# Class FlatRedBall.Glue.SaveClasses.EntitySave

Inheritance: IFileReferencer, IElement, ITaggable
Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
Properties List
Source string
Tags List

Private Properties

Property Type Description

Public Methods

Method Description
Clone ( ) : EntitySave
EntitySave ( ) : System
GetCustomVariable ( string customVariableName ) : CustomVariable
GetEvent ( string eventName ) : EventResponseSave
GetPropertyValue ( string propertyName ) : object
GetReferencedFileSave ( string fileName ) : ReferencedFileSave
SetCustomVariable ( string customVariableName, object valueToSet ) : void
ShouldSerializeCreatedByOtherEntities ( ) : bool
ShouldSerializeCustomVariables ( ) : bool
ShouldSerializeEvents ( ) : bool
ShouldSerializeImplementsIClickable ( ) : bool
ShouldSerializeImplementsIVisible ( ) : bool
ShouldSerializeImplementsIWindow ( ) : bool
ShouldSerializeIsUnique ( ) : bool
ShouldSerializeNamedObjects ( ) : bool
ShouldSerializePooledByFactory ( ) : bool
ShouldSerializeProperties ( ) : bool
ShouldSerializeReferencedFiles ( ) : bool
ShouldSerializeStateCategoryList ( ) : bool
ShouldSerializeStates ( ) : bool
ShouldSerializeUseGlobalContent ( ) : bool
ToString ( ) : string

Method Details

Clone() public method

public Clone ( ) : EntitySave
return EntitySave

EntitySave() public method

public EntitySave ( ) : System
return System

GetCustomVariable() public method

public GetCustomVariable ( string customVariableName ) : CustomVariable
customVariableName string
return CustomVariable

GetEvent() public method

public GetEvent ( string eventName ) : EventResponseSave
eventName string
return FlatRedBall.Glue.Events.EventResponseSave

GetPropertyValue() public method

public GetPropertyValue ( string propertyName ) : object
propertyName string
return object

GetReferencedFileSave() public method

public GetReferencedFileSave ( string fileName ) : ReferencedFileSave
fileName string
return ReferencedFileSave

SetCustomVariable() public method

public SetCustomVariable ( string customVariableName, object valueToSet ) : void
customVariableName string
valueToSet object
return void

ShouldSerializeCreatedByOtherEntities() public method

public ShouldSerializeCreatedByOtherEntities ( ) : bool
return bool

ShouldSerializeCustomVariables() public method

public ShouldSerializeCustomVariables ( ) : bool
return bool

ShouldSerializeEvents() public method

public ShouldSerializeEvents ( ) : bool
return bool

ShouldSerializeImplementsIClickable() public method

public ShouldSerializeImplementsIClickable ( ) : bool
return bool

ShouldSerializeImplementsIVisible() public method

public ShouldSerializeImplementsIVisible ( ) : bool
return bool

ShouldSerializeImplementsIWindow() public method

public ShouldSerializeImplementsIWindow ( ) : bool
return bool

ShouldSerializeIsUnique() public method

public ShouldSerializeIsUnique ( ) : bool
return bool

ShouldSerializeNamedObjects() public method

public ShouldSerializeNamedObjects ( ) : bool
return bool

ShouldSerializePooledByFactory() public method

public ShouldSerializePooledByFactory ( ) : bool
return bool

ShouldSerializeProperties() public method

public ShouldSerializeProperties ( ) : bool
return bool

ShouldSerializeReferencedFiles() public method

public ShouldSerializeReferencedFiles ( ) : bool
return bool

ShouldSerializeStateCategoryList() public method

public ShouldSerializeStateCategoryList ( ) : bool
return bool

ShouldSerializeStates() public method

public ShouldSerializeStates ( ) : bool
return bool

ShouldSerializeUseGlobalContent() public method

public ShouldSerializeUseGlobalContent ( ) : bool
return bool

ToString() public method

public ToString ( ) : string
return string

Property Details

Properties public property

public List Properties
return List

Source public property

public string Source
return string

Tags public property

public List Tags
return List