|
Bexel Manager API Documentation
|
Represents an Bexel.Api.Element category, such as Wall or Beam. More...
Public Member Functions | |
| bool | Equals (Category other) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
Static Public Member Functions | |
| static bool | operator== (Category left, Category right) |
| static bool | operator!= (Category left, Category right) |
Properties | |
| override bool | IsValid [get] |
| Project | Project [get] |
| Returns the project in which the category resides. More... | |
| CategoryID | ID [get] |
| Returns a unique identifier for the category within a single project. More... | |
| CategoryType | Type [get] |
| Returns the type of the category. More... | |
| string | Name [get] |
| Returns the name of the category. More... | |
| string | NamePlural [get] |
| Returns the name of the category in plural form. More... | |
| CategoryFamilies | Families [get] |
| Returns a collection of all families that are contained within the category. More... | |
| CategoryElements | Elements [get] |
| Returns a collection of all elements that are contained within the category. More... | |
Properties inherited from Bexel.Api.ApiObject | |
| abstract bool | IsValid [get] |
| Indicates if the API object is valid or not. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Bexel.Api.ApiObject | |
| virtual void | CheckValidity () |
Represents an Bexel.Api.Element category, such as Wall or Beam.
|
get |
Returns a collection of all elements that are contained within the category.
|
get |
Returns a collection of all families that are contained within the category.
|
get |
Returns a unique identifier for the category within a single project.
|
get |
Returns the name of the category.
|
get |
Returns the name of the category in plural form.
|
get |
Returns the project in which the category resides.
|
get |
Returns the type of the category.