C# Класс Invert.Core.GraphDesigner.GraphDataExtensions

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

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

Метод Описание
Container ( this node ) : IGraphFilter
FilterPath ( this node ) : IEnumerable
GetAllowedDiagramItems ( this filter ) : IEnumerable
GetFilterPath ( this t ) : IEnumerable
GetImportableItems ( this filter ) : IEnumerable
HideInFilter ( this filter, IDiagramNode node ) : void
RelatedNode ( this item ) : IDiagramNode
ShowInFilter ( this filter, IDiagramNode node, Vector2 position, bool collapsed = false ) : FilterItem

Приватные методы

Метод Описание
FilterPathInternal ( IDiagramNode node ) : IEnumerable

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

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

public static Container ( this node ) : IGraphFilter
node this
Результат IGraphFilter

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

public static FilterPath ( this node ) : IEnumerable
node this
Результат IEnumerable

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

public static GetAllowedDiagramItems ( this filter ) : IEnumerable
filter this
Результат IEnumerable

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

public static GetFilterPath ( this t ) : IEnumerable
t this
Результат IEnumerable

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

public static GetImportableItems ( this filter ) : IEnumerable
filter this
Результат IEnumerable

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

public static HideInFilter ( this filter, IDiagramNode node ) : void
filter this
node IDiagramNode
Результат void

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

public static RelatedNode ( this item ) : IDiagramNode
item this
Результат IDiagramNode

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

public static ShowInFilter ( this filter, IDiagramNode node, Vector2 position, bool collapsed = false ) : FilterItem
filter this
node IDiagramNode
position Vector2
collapsed bool
Результат FilterItem