草庐IT

ItemCategoryBO

全部标签

c# - 按另一个列表过滤列表 C#

我有以下业务对象:publicclassItemCategoryBO{publicstringItemCategory{get;set;}publicstringTitle{get;set;}}publicclassItemBO{publicintItemId{get;set;}publicstringTitle{get;set;}publicstringItemCategory{get;set;}}ListcategoryList=newList();ItemCategoryBOitemCategory=newItemCategoryBO();itemCategory.ItemCat

c# - 按另一个列表过滤列表 C#

我有以下业务对象:publicclassItemCategoryBO{publicstringItemCategory{get;set;}publicstringTitle{get;set;}}publicclassItemBO{publicintItemId{get;set;}publicstringTitle{get;set;}publicstringItemCategory{get;set;}}ListcategoryList=newList();ItemCategoryBOitemCategory=newItemCategoryBO();itemCategory.ItemCat