C# Класс YuvKA.ViewModel.EdgeViewModel

Models an edge connecting two nodes in the view. In the pipeline model, edges are not modelled explictly but implied by the Node.Input.Source property.
Наследование: Caliburn.Micro.PropertyChangedBase, IDisposable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Dispose ( ) : void

Removes all handlers notifying of position changes of the nodes this edge is connected to.

GetInOut ( YuvKA.ViewModel.InOutputViewModel &inputVM, YuvKA.ViewModel.InOutputViewModel &outputVM ) : bool

Try and sort two InOutputViewModels into input and output. Returns false if there are two inputs or outputs.

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

Dispose() публичный Метод

Removes all handlers notifying of position changes of the nodes this edge is connected to.
public Dispose ( ) : void
Результат void

GetInOut() публичный Метод

Try and sort two InOutputViewModels into input and output. Returns false if there are two inputs or outputs.
public GetInOut ( YuvKA.ViewModel.InOutputViewModel &inputVM, YuvKA.ViewModel.InOutputViewModel &outputVM ) : bool
inputVM YuvKA.ViewModel.InOutputViewModel
outputVM YuvKA.ViewModel.InOutputViewModel
Результат bool