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.
Inheritance
System.Object
TagCategory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
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 |
---|---|
System.Boolean |
Name
The name of the tag category.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StandardTags
The standard tags associated with the category
Declaration
public StringList StandardTags { get; set; }
Property Value
Type | Description |
---|---|
StringList |
Methods
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Finalize()
Declaration
protected void Finalize()