C# Class FlatRedBall.Glue.SaveClasses.ScreenSaveExtensionMethods

Exibir arquivo Open project: vchelaru/FlatRedBall

Public Methods

Method 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 method

public static DoesMemberNeedToBeSetByContainer ( this instance, string memberName ) : bool
instance this
memberName string
return bool

GetAllBaseScreens() public static method

public static GetAllBaseScreens ( this instance ) : List
instance this
return List

GetAllBaseScreens() public static method

public static GetAllBaseScreens ( this instance, List listToFill ) : void
instance this
listToFill List
return void

GetAllStatesReferencingObject() public static method

public static GetAllStatesReferencingObject ( this instance, string objectName ) : List
instance this
objectName string
return List

GetReferencedFileSaveRecursively() public static method

public static GetReferencedFileSaveRecursively ( this instance, string fileName ) : ReferencedFileSave
instance this
fileName string
return ReferencedFileSave

InheritsFrom() public static method

public static InheritsFrom ( this instance, string screen ) : bool
instance this
screen string
return bool

UpdateFromBaseType() public static method

public static UpdateFromBaseType ( this instance ) : void
instance this
return void