C# Class FlatRedBall.Glue.SaveClasses.ScreenSaveExtensionMethods

Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
DoesMemberNeedToBeSetByContainer ( this instance, string memberName ) : bool
GetAllBaseScreens ( this instance ) : List
GetAllBaseScreens ( this instance, List listToFill ) : void
GetAllStatesReferencingObject ( this instance, string objectName ) : List
GetReferencedFileSaveRecursively ( this instance, string fileName ) : ReferencedFileSave
InheritsFrom ( this instance, string screen ) : bool
UpdateFromBaseType ( this instance ) : void

Method Details

DoesMemberNeedToBeSetByContainer() public static méthode

public static DoesMemberNeedToBeSetByContainer ( this instance, string memberName ) : bool
instance this
memberName string
Résultat bool

GetAllBaseScreens() public static méthode

public static GetAllBaseScreens ( this instance ) : List
instance this
Résultat List

GetAllBaseScreens() public static méthode

public static GetAllBaseScreens ( this instance, List listToFill ) : void
instance this
listToFill List
Résultat void

GetAllStatesReferencingObject() public static méthode

public static GetAllStatesReferencingObject ( this instance, string objectName ) : List
instance this
objectName string
Résultat List

GetReferencedFileSaveRecursively() public static méthode

public static GetReferencedFileSaveRecursively ( this instance, string fileName ) : ReferencedFileSave
instance this
fileName string
Résultat ReferencedFileSave

InheritsFrom() public static méthode

public static InheritsFrom ( this instance, string screen ) : bool
instance this
screen string
Résultat bool

UpdateFromBaseType() public static méthode

public static UpdateFromBaseType ( this instance ) : void
instance this
Résultat void