Table of Contents

Method SetEntities

Namespace
Innova.Prism.Library.BaseViewModels
Assembly
Innova.Prism.Library.dll

SetEntities<T>(ObservableCollection<T>)

protected void SetEntities<T>(ObservableCollection<T> list) where T : class

Parameters

list ObservableCollection<T>

Type Parameters

T