C# Класс FlatRedBall.Glue.FormHelpers.TreeNodeHelpers

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

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

Метод Описание
AllEntitiesIn ( this treeNodeInQuestion ) : IEnumerable
FirstOrDefault ( this collection, bool>.Func func ) : TreeNode
GetContainingElementTreeNode ( this containedTreeNode ) : TreeNode
GetRelativePath ( this treeNodeInQuestion ) : string
IsBehaviorNode ( this treeNodeInQuestion ) : bool
IsChildOfGlobalContent ( this treeNodeInQuestion ) : bool
IsChildOfRootEntityNode ( this treeNodeInQuestion ) : bool
IsCodeNode ( this treeNodeInQuestion ) : bool
IsCustomVariable ( this treeNodeInQuestion ) : bool
IsDirectoryNode ( this treeNodeInQuestion ) : bool

Returns whether the tree node is folder containing entities, files in global content, or folder in files.

IsElementNode ( this treeNodeInQuestion ) : bool
IsEntityNode ( this treeNodeInQuestion ) : bool
IsEventResponseTreeNode ( this treeNodeInQuestion ) : bool
IsFilesContainerNode ( this treeNodeInQuestion ) : bool

Returns whether the node is a "Files" tree node in a Screen or Entity

IsFolderForEntities ( this treeNodeInQuestion ) : bool
IsFolderForGlobalContentFiles ( this treeNodeInQuestion ) : bool
IsFolderInFilesContainerNode ( this treeNodeInQuestion ) : bool
IsGlobalContentContainerNode ( this treeNodeInQuestion ) : bool
IsNamedObjectNode ( this treeNodeInQuestion ) : bool
IsReferencedFile ( this treeNodeInQuestion ) : bool
IsRootBehaviorsNode ( this treeNodeInQuestion ) : bool
IsRootCodeNode ( this treeNodeInQuestion ) : bool
IsRootCustomVariablesNode ( this treeNodeInQuestion ) : bool
IsRootEntityNode ( this treeNodeInQuestion ) : bool
IsRootEventsNode ( this treeNodeInQuestion ) : bool
IsRootNamedObjectNode ( this treeNodeInQuestion ) : bool
IsRootObjectNode ( this treeNodeInQuestion ) : bool
IsRootScreenNode ( this treeNodeInQuestion ) : bool
IsScreenNode ( this treeNodeInQuestion ) : bool
IsStateCategoryNode ( this treeNodeInQuestion ) : bool
IsStateListNode ( this treeNodeInQuestion ) : bool
IsStateNode ( this treeNodeInQuestion ) : bool
IsUnreferencedFileContainerNode ( this treeNodeInQuestion ) : bool
NextNodeCrawlingTree ( this node ) : TreeNode
Root ( this treeNodeInQuestion ) : TreeNode

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

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

public static AllEntitiesIn ( this treeNodeInQuestion ) : IEnumerable
treeNodeInQuestion this
Результат IEnumerable

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

public static FirstOrDefault ( this collection, bool>.Func func ) : TreeNode
collection this
func bool>.Func
Результат System.Windows.Forms.TreeNode

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

public static GetContainingElementTreeNode ( this containedTreeNode ) : TreeNode
containedTreeNode this
Результат System.Windows.Forms.TreeNode

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

public static GetRelativePath ( this treeNodeInQuestion ) : string
treeNodeInQuestion this
Результат string

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

public static IsBehaviorNode ( this treeNodeInQuestion ) : bool
treeNodeInQuestion this
Результат bool

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

public static IsChildOfGlobalContent ( this treeNodeInQuestion ) : bool
treeNodeInQuestion this
Результат bool

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

public static IsChildOfRootEntityNode ( this treeNodeInQuestion ) : bool
treeNodeInQuestion this
Результат bool

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

public static IsCodeNode ( this treeNodeInQuestion ) : bool
treeNodeInQuestion this
Результат bool

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

public static IsCustomVariable ( this treeNodeInQuestion ) : bool
treeNodeInQuestion this
Результат bool

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

Returns whether the tree node is folder containing entities, files in global content, or folder in files.
public static IsDirectoryNode ( this treeNodeInQuestion ) : bool
treeNodeInQuestion this Th tree node to check
Результат bool

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

public static IsElementNode ( this treeNodeInQuestion ) : bool
treeNodeInQuestion this
Результат bool

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

public static IsEntityNode ( this treeNodeInQuestion ) : bool
treeNodeInQuestion this
Результат bool

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

public static IsEventResponseTreeNode ( this treeNodeInQuestion ) : bool
treeNodeInQuestion this
Результат bool

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

Returns whether the node is a "Files" tree node in a Screen or Entity
public static IsFilesContainerNode ( this treeNodeInQuestion ) : bool
treeNodeInQuestion this The tree node - which is the calling node in an extension method.
Результат bool

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

public static IsFolderForEntities ( this treeNodeInQuestion ) : bool
treeNodeInQuestion this
Результат bool

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

public static IsFolderForGlobalContentFiles ( this treeNodeInQuestion ) : bool
treeNodeInQuestion this
Результат bool

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

public static IsFolderInFilesContainerNode ( this treeNodeInQuestion ) : bool
treeNodeInQuestion this
Результат bool

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

public static IsGlobalContentContainerNode ( this treeNodeInQuestion ) : bool
treeNodeInQuestion this
Результат bool

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

public static IsNamedObjectNode ( this treeNodeInQuestion ) : bool
treeNodeInQuestion this
Результат bool

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

public static IsReferencedFile ( this treeNodeInQuestion ) : bool
treeNodeInQuestion this
Результат bool

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

public static IsRootBehaviorsNode ( this treeNodeInQuestion ) : bool
treeNodeInQuestion this
Результат bool

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

public static IsRootCodeNode ( this treeNodeInQuestion ) : bool
treeNodeInQuestion this
Результат bool

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

public static IsRootCustomVariablesNode ( this treeNodeInQuestion ) : bool
treeNodeInQuestion this
Результат bool

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

public static IsRootEntityNode ( this treeNodeInQuestion ) : bool
treeNodeInQuestion this
Результат bool

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

public static IsRootEventsNode ( this treeNodeInQuestion ) : bool
treeNodeInQuestion this
Результат bool

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

public static IsRootNamedObjectNode ( this treeNodeInQuestion ) : bool
treeNodeInQuestion this
Результат bool

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

public static IsRootObjectNode ( this treeNodeInQuestion ) : bool
treeNodeInQuestion this
Результат bool

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

public static IsRootScreenNode ( this treeNodeInQuestion ) : bool
treeNodeInQuestion this
Результат bool

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

public static IsScreenNode ( this treeNodeInQuestion ) : bool
treeNodeInQuestion this
Результат bool

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

public static IsStateCategoryNode ( this treeNodeInQuestion ) : bool
treeNodeInQuestion this
Результат bool

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

public static IsStateListNode ( this treeNodeInQuestion ) : bool
treeNodeInQuestion this
Результат bool

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

public static IsStateNode ( this treeNodeInQuestion ) : bool
treeNodeInQuestion this
Результат bool

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

public static IsUnreferencedFileContainerNode ( this treeNodeInQuestion ) : bool
treeNodeInQuestion this
Результат bool

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

public static NextNodeCrawlingTree ( this node ) : TreeNode
node this
Результат System.Windows.Forms.TreeNode

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

public static Root ( this treeNodeInQuestion ) : TreeNode
treeNodeInQuestion this
Результат System.Windows.Forms.TreeNode