FAManagementStudio.ViewModels.IndexViewModel.IndexViewModel C# (CSharp) Method

IndexViewModel() public method

public IndexViewModel ( IndexInfo inf ) : System.Collections.Generic
inf FAManagementStudio.Models.IndexInfo
return System.Collections.Generic
        public IndexViewModel(IndexInfo inf)
        {
            _index = inf;
        }
IndexViewModel