Class TagCategory
A TagCategory consists of a category name, a list of standard tags for the category, and a flag specifying if users are permitted to add not defined in the standard tags. By default SDS2 setup is initialized with three tag categories named Discipline, Status, and Custom. These three category names can be changed by the user, but the API refers to them by the default name. For example, the Note API has a property DisciplineTags although the user could have changed the name of the category.
Inherited Members
Namespace: DesignData.SDS2.Setup
Assembly: DesignData.SDS2.Setup.dll
Syntax
public class TagCategory
Properties
AllowNonStandardTags
Specifies whether users can add tags that are not defined as one of the standard tags
Declaration
public bool AllowNonStandardTags { get; set; }
Property Value
Type | Description |
---|---|
bool |
Name
The name of the tag category.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
StandardTags
The standard tags associated with the category
Declaration
public StringList StandardTags { get; set; }
Property Value
Type | Description |
---|---|
StringList |
Methods
Dispose(bool)
A TagCategory consists of a category name, a list of standard tags for the category, and a flag specifying if users are permitted to add not defined in the standard tags. By default SDS2 setup is initialized with three tag categories named Discipline, Status, and Custom. These three category names can be changed by the user, but the API refers to them by the default name. For example, the Note API has a property DisciplineTags although the user could have changed the name of the category.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |
~TagCategory()
A TagCategory consists of a category name, a list of standard tags for the category, and a flag specifying if users are permitted to add not defined in the standard tags. By default SDS2 setup is initialized with three tag categories named Discipline, Status, and Custom. These three category names can be changed by the user, but the API refers to them by the default name. For example, the Note API has a property DisciplineTags although the user could have changed the name of the category.
Declaration
protected ~TagCategory()