BExIS.Ddm.Model.SearchCriteria.ContainsCategory C# (CSharp) Метод

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

Check if aTextValue in SerachCriteriaList This function is used to check whether an text is present in the list.
public ContainsCategory ( Category category ) : bool
category Category
Результат bool
        public bool ContainsCategory(Category category)
        {
            throw new NotImplementedException();
        }