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();
        }