C# Class FlatRedBall.Glue.SaveClasses.IElementExtensionMethods

Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
AddReferencedFile ( this instance, string fileName, AssetTypeInfo ati, EditorObjects bta = null ) : ReferencedFileSave
ContainsCustomVariable ( this container, string variableName ) : bool
DefinesCategoryEnumRecursive ( this element, string enumType ) : bool
FixEnumerationValues ( this instance ) : void
GetAllNamedObjectsRecurisvely ( this element ) : IEnumerable
GetAllReferencedFileSavesRecursively ( this instance ) : IEnumerable
GetCustomVariableRecursively ( this container, string variableName ) : CustomVariable
GetCustomVariablesToBeSetByDerived ( this element ) : List
GetEventsOnVariable ( this instance, string variableName ) : List
GetQualifiedName ( this element, string projectName ) : string
GetReferencedFileSaveByInstanceName ( this element, string instanceName ) : ReferencedFileSave
GetReferencedFileSaveByInstanceNameRecursively ( this element, string instanceName ) : ReferencedFileSave
GetReferencedFileSaveRecursively ( this instance, string fileName ) : ReferencedFileSave
GetState ( this element, string stateName, string categoryName = null ) : StateSave
GetStateCategory ( this element, string stateCategoryName ) : StateSaveCategory
GetStateCategoryRecursively ( this element, string stateCategoryName ) : StateSaveCategory
GetStateRecursively ( this element, string stateName, string categoryName = null ) : StateSave
GetUncategorizedState ( this element, string stateName ) : StateSave
GetUncategorizedStateRecursively ( this element, string stateName ) : StateSave
GetUncategorizedStatesRecursively ( this element ) : List
InheritsFromElement ( this element ) : bool
InheritsFromEntity ( this element ) : bool
InheritsFromFrbType ( this element ) : bool
PostLoadInitialize ( this element ) : void

Method Details

AddReferencedFile() public static méthode

public static AddReferencedFile ( this instance, string fileName, AssetTypeInfo ati, EditorObjects bta = null ) : ReferencedFileSave
instance this
fileName string
ati AssetTypeInfo
bta EditorObjects
Résultat ReferencedFileSave

ContainsCustomVariable() public static méthode

public static ContainsCustomVariable ( this container, string variableName ) : bool
container this
variableName string
Résultat bool

DefinesCategoryEnumRecursive() public static méthode

public static DefinesCategoryEnumRecursive ( this element, string enumType ) : bool
element this
enumType string
Résultat bool

FixEnumerationValues() public static méthode

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

GetAllNamedObjectsRecurisvely() public static méthode

public static GetAllNamedObjectsRecurisvely ( this element ) : IEnumerable
element this
Résultat IEnumerable

GetAllReferencedFileSavesRecursively() public static méthode

public static GetAllReferencedFileSavesRecursively ( this instance ) : IEnumerable
instance this
Résultat IEnumerable

GetCustomVariableRecursively() public static méthode

public static GetCustomVariableRecursively ( this container, string variableName ) : CustomVariable
container this
variableName string
Résultat CustomVariable

GetCustomVariablesToBeSetByDerived() public static méthode

public static GetCustomVariablesToBeSetByDerived ( this element ) : List
element this
Résultat List

GetEventsOnVariable() public static méthode

public static GetEventsOnVariable ( this instance, string variableName ) : List
instance this
variableName string
Résultat List

GetQualifiedName() public static méthode

public static GetQualifiedName ( this element, string projectName ) : string
element this
projectName string
Résultat string

GetReferencedFileSaveByInstanceName() public static méthode

public static GetReferencedFileSaveByInstanceName ( this element, string instanceName ) : ReferencedFileSave
element this
instanceName string
Résultat ReferencedFileSave

GetReferencedFileSaveByInstanceNameRecursively() public static méthode

public static GetReferencedFileSaveByInstanceNameRecursively ( this element, string instanceName ) : ReferencedFileSave
element this
instanceName string
Résultat ReferencedFileSave

GetReferencedFileSaveRecursively() public static méthode

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

GetState() public static méthode

public static GetState ( this element, string stateName, string categoryName = null ) : StateSave
element this
stateName string
categoryName string
Résultat StateSave

GetStateCategory() public static méthode

public static GetStateCategory ( this element, string stateCategoryName ) : StateSaveCategory
element this
stateCategoryName string
Résultat StateSaveCategory

GetStateCategoryRecursively() public static méthode

public static GetStateCategoryRecursively ( this element, string stateCategoryName ) : StateSaveCategory
element this
stateCategoryName string
Résultat StateSaveCategory

GetStateRecursively() public static méthode

public static GetStateRecursively ( this element, string stateName, string categoryName = null ) : StateSave
element this
stateName string
categoryName string
Résultat StateSave

GetUncategorizedState() public static méthode

public static GetUncategorizedState ( this element, string stateName ) : StateSave
element this
stateName string
Résultat StateSave

GetUncategorizedStateRecursively() public static méthode

public static GetUncategorizedStateRecursively ( this element, string stateName ) : StateSave
element this
stateName string
Résultat StateSave

GetUncategorizedStatesRecursively() public static méthode

public static GetUncategorizedStatesRecursively ( this element ) : List
element this
Résultat List

InheritsFromElement() public static méthode

public static InheritsFromElement ( this element ) : bool
element this
Résultat bool

InheritsFromEntity() public static méthode

public static InheritsFromEntity ( this element ) : bool
element this
Résultat bool

InheritsFromFrbType() public static méthode

public static InheritsFromFrbType ( this element ) : bool
element this
Résultat bool

PostLoadInitialize() public static méthode

public static PostLoadInitialize ( this element ) : void
element this
Résultat void