Class BcfProjectExtensions
Inheritance
System.Object
BcfProjectExtensions
Assembly: IPA.Bcfier.dll
Syntax
public class BcfProjectExtensions : object
Properties
|
Improve this Doc
View Source
Priorities
Declaration
public List<string> Priorities { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
SnippetTypes
Declaration
public List<string> SnippetTypes { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
TopicLabels
Declaration
public List<string> TopicLabels { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
TopicStatuses
Declaration
public List<string> TopicStatuses { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
TopicTypes
Declaration
public List<string> TopicTypes { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
Users
Declaration
public List<string> Users { get; set; }
Property Value
Type |
Description |
List<System.String> |
|