C# Class FlatRedBall.Glue.SaveClasses.EntitySave

Inheritance: IFileReferencer, IElement, ITaggable
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
Properties List
Source string
Tags List

Private Properties

Свойство Type Description

Méthodes publiques

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

public Clone ( ) : EntitySave
Résultat EntitySave

EntitySave() public méthode

public EntitySave ( ) : System
Résultat System

GetCustomVariable() public méthode

public GetCustomVariable ( string customVariableName ) : CustomVariable
customVariableName string
Résultat CustomVariable

GetEvent() public méthode

public GetEvent ( string eventName ) : EventResponseSave
eventName string
Résultat FlatRedBall.Glue.Events.EventResponseSave

GetPropertyValue() public méthode

public GetPropertyValue ( string propertyName ) : object
propertyName string
Résultat object

GetReferencedFileSave() public méthode

public GetReferencedFileSave ( string fileName ) : ReferencedFileSave
fileName string
Résultat ReferencedFileSave

SetCustomVariable() public méthode

public SetCustomVariable ( string customVariableName, object valueToSet ) : void
customVariableName string
valueToSet object
Résultat void

ShouldSerializeCreatedByOtherEntities() public méthode

public ShouldSerializeCreatedByOtherEntities ( ) : bool
Résultat bool

ShouldSerializeCustomVariables() public méthode

public ShouldSerializeCustomVariables ( ) : bool
Résultat bool

ShouldSerializeEvents() public méthode

public ShouldSerializeEvents ( ) : bool
Résultat bool

ShouldSerializeImplementsIClickable() public méthode

public ShouldSerializeImplementsIClickable ( ) : bool
Résultat bool

ShouldSerializeImplementsIVisible() public méthode

public ShouldSerializeImplementsIVisible ( ) : bool
Résultat bool

ShouldSerializeImplementsIWindow() public méthode

public ShouldSerializeImplementsIWindow ( ) : bool
Résultat bool

ShouldSerializeIsUnique() public méthode

public ShouldSerializeIsUnique ( ) : bool
Résultat bool

ShouldSerializeNamedObjects() public méthode

public ShouldSerializeNamedObjects ( ) : bool
Résultat bool

ShouldSerializePooledByFactory() public méthode

public ShouldSerializePooledByFactory ( ) : bool
Résultat bool

ShouldSerializeProperties() public méthode

public ShouldSerializeProperties ( ) : bool
Résultat bool

ShouldSerializeReferencedFiles() public méthode

public ShouldSerializeReferencedFiles ( ) : bool
Résultat bool

ShouldSerializeStateCategoryList() public méthode

public ShouldSerializeStateCategoryList ( ) : bool
Résultat bool

ShouldSerializeStates() public méthode

public ShouldSerializeStates ( ) : bool
Résultat bool

ShouldSerializeUseGlobalContent() public méthode

public ShouldSerializeUseGlobalContent ( ) : bool
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Properties public_oe property

public List Properties
Résultat List

Source public_oe property

public string Source
Résultat string

Tags public_oe property

public List Tags
Résultat List