C# Class FlatRedBall.Glue.SaveClasses.ScreenSave

Inheritance: IFileReferencer, IElement, IEventContainer, 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
AddCustomVariable ( string propertyType, string propertyName ) : CustomVariable
Clone ( ) : ScreenSave
GetCustomVariable ( string customVariableName ) : CustomVariable
GetEvent ( string eventName ) : EventResponseSave
GetPropertyValue ( string propertyName ) : object
GetReferencedFileSave ( string fileName ) : ReferencedFileSave
HasMemberWithName ( string memberName ) : bool
ScreenSave ( ) : System
SetCustomVariable ( string propertyName, object valueToSet ) : void
ShouldSerializeCustomVariables ( ) : bool
ShouldSerializeEvents ( ) : bool
ShouldSerializeIsRequiredAtStartup ( ) : bool
ShouldSerializeNamedObjects ( ) : bool
ShouldSerializeProperties ( ) : bool
ShouldSerializeReferencedFiles ( ) : bool
ShouldSerializeStateCategoryList ( ) : bool
ShouldSerializeStates ( ) : bool
ShouldSerializeUseGlobalContent ( ) : bool
ToString ( ) : string

Method Details

AddCustomVariable() public méthode

public AddCustomVariable ( string propertyType, string propertyName ) : CustomVariable
propertyType string
propertyName string
Résultat CustomVariable

Clone() public méthode

public Clone ( ) : ScreenSave
Résultat ScreenSave

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

HasMemberWithName() public méthode

public HasMemberWithName ( string memberName ) : bool
memberName string
Résultat bool

ScreenSave() public méthode

public ScreenSave ( ) : System
Résultat System

SetCustomVariable() public méthode

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

ShouldSerializeCustomVariables() public méthode

public ShouldSerializeCustomVariables ( ) : bool
Résultat bool

ShouldSerializeEvents() public méthode

public ShouldSerializeEvents ( ) : bool
Résultat bool

ShouldSerializeIsRequiredAtStartup() public méthode

public ShouldSerializeIsRequiredAtStartup ( ) : bool
Résultat bool

ShouldSerializeNamedObjects() public méthode

public ShouldSerializeNamedObjects ( ) : 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