C# Класс FlatRedBall.Glue.SaveClasses.IElementExtensionMethods

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

AddReferencedFile() публичный статический Метод

public static AddReferencedFile ( this instance, string fileName, AssetTypeInfo ati, EditorObjects bta = null ) : ReferencedFileSave
instance this
fileName string
ati AssetTypeInfo
bta EditorObjects
Результат ReferencedFileSave

ContainsCustomVariable() публичный статический Метод

public static ContainsCustomVariable ( this container, string variableName ) : bool
container this
variableName string
Результат bool

DefinesCategoryEnumRecursive() публичный статический Метод

public static DefinesCategoryEnumRecursive ( this element, string enumType ) : bool
element this
enumType string
Результат bool

FixEnumerationValues() публичный статический Метод

public static FixEnumerationValues ( this instance ) : void
instance this
Результат void

GetAllNamedObjectsRecurisvely() публичный статический Метод

public static GetAllNamedObjectsRecurisvely ( this element ) : IEnumerable
element this
Результат IEnumerable

GetAllReferencedFileSavesRecursively() публичный статический Метод

public static GetAllReferencedFileSavesRecursively ( this instance ) : IEnumerable
instance this
Результат IEnumerable

GetCustomVariableRecursively() публичный статический Метод

public static GetCustomVariableRecursively ( this container, string variableName ) : CustomVariable
container this
variableName string
Результат CustomVariable

GetCustomVariablesToBeSetByDerived() публичный статический Метод

public static GetCustomVariablesToBeSetByDerived ( this element ) : List
element this
Результат List

GetEventsOnVariable() публичный статический Метод

public static GetEventsOnVariable ( this instance, string variableName ) : List
instance this
variableName string
Результат List

GetQualifiedName() публичный статический Метод

public static GetQualifiedName ( this element, string projectName ) : string
element this
projectName string
Результат string

GetReferencedFileSaveByInstanceName() публичный статический Метод

public static GetReferencedFileSaveByInstanceName ( this element, string instanceName ) : ReferencedFileSave
element this
instanceName string
Результат ReferencedFileSave

GetReferencedFileSaveByInstanceNameRecursively() публичный статический Метод

public static GetReferencedFileSaveByInstanceNameRecursively ( this element, string instanceName ) : ReferencedFileSave
element this
instanceName string
Результат ReferencedFileSave

GetReferencedFileSaveRecursively() публичный статический Метод

public static GetReferencedFileSaveRecursively ( this instance, string fileName ) : ReferencedFileSave
instance this
fileName string
Результат ReferencedFileSave

GetState() публичный статический Метод

public static GetState ( this element, string stateName, string categoryName = null ) : StateSave
element this
stateName string
categoryName string
Результат StateSave

GetStateCategory() публичный статический Метод

public static GetStateCategory ( this element, string stateCategoryName ) : StateSaveCategory
element this
stateCategoryName string
Результат StateSaveCategory

GetStateCategoryRecursively() публичный статический Метод

public static GetStateCategoryRecursively ( this element, string stateCategoryName ) : StateSaveCategory
element this
stateCategoryName string
Результат StateSaveCategory

GetStateRecursively() публичный статический Метод

public static GetStateRecursively ( this element, string stateName, string categoryName = null ) : StateSave
element this
stateName string
categoryName string
Результат StateSave

GetUncategorizedState() публичный статический Метод

public static GetUncategorizedState ( this element, string stateName ) : StateSave
element this
stateName string
Результат StateSave

GetUncategorizedStateRecursively() публичный статический Метод

public static GetUncategorizedStateRecursively ( this element, string stateName ) : StateSave
element this
stateName string
Результат StateSave

GetUncategorizedStatesRecursively() публичный статический Метод

public static GetUncategorizedStatesRecursively ( this element ) : List
element this
Результат List

InheritsFromElement() публичный статический Метод

public static InheritsFromElement ( this element ) : bool
element this
Результат bool

InheritsFromEntity() публичный статический Метод

public static InheritsFromEntity ( this element ) : bool
element this
Результат bool

InheritsFromFrbType() публичный статический Метод

public static InheritsFromFrbType ( this element ) : bool
element this
Результат bool

PostLoadInitialize() публичный статический Метод

public static PostLoadInitialize ( this element ) : void
element this
Результат void