[]
Specifies the categorization for a building block. This categorization shall not imply any behaviors around the building block, and is only used to organize the set of building blocks within an application or user interface i.e. to disambiguate between two building blocks with the same entry name.
public class Category
Gets or sets the predefined gallery into which the current building block shall be classified.
public BuildingBlockGallery Gallery { get; set; }
Gets or sets the category name into which the buildng block shall be classified.
public string Name { get; set; }