public DefineCategoryAttribute(string fullPath, float displayOrder, params string[] explicitMembers)
		{
			FullPath = fullPath;
			Order = displayOrder;
			ExplicitMembers = explicitMembers;
			Grouping = CategorySetOp.Intersection;
			Exclusive = true;
		}
Exemple #2
0
 public DefineCategoryAttribute(string fullPath, float displayOrder, params string[] explicitMembers)
 {
     FullPath        = fullPath;
     Order           = displayOrder;
     ExplicitMembers = explicitMembers;
     Grouping        = CategorySetOp.Intersection;
     Exclusive       = true;
 }