Click or drag to resize

WebDomainCategoryAddCategory Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:imbNLP.Project.Dataset.WebDomainCategory.AddCategory(System.Collections.Generic.List{System.String},System.String,System.String,imbSCI.Core.reporting.ILogBuilder)"]

Namespace:  imbNLP.Project.Dataset
Assembly:  imbNLP.Project (in imbNLP.Project.dll) Version: 1.0.0
Syntax
C#
public WebDomainCategory AddCategory(
	List<string> domainList,
	string _name,
	string _description,
	ILogBuilder logger
)

Parameters

domainList
Type: System.Collections.GenericListString

[Missing <param name="domainList"/> documentation for "M:imbNLP.Project.Dataset.WebDomainCategory.AddCategory(System.Collections.Generic.List{System.String},System.String,System.String,imbSCI.Core.reporting.ILogBuilder)"]

_name
Type: SystemString

[Missing <param name="_name"/> documentation for "M:imbNLP.Project.Dataset.WebDomainCategory.AddCategory(System.Collections.Generic.List{System.String},System.String,System.String,imbSCI.Core.reporting.ILogBuilder)"]

_description
Type: SystemString

[Missing <param name="_description"/> documentation for "M:imbNLP.Project.Dataset.WebDomainCategory.AddCategory(System.Collections.Generic.List{System.String},System.String,System.String,imbSCI.Core.reporting.ILogBuilder)"]

logger
Type: ILogBuilder

[Missing <param name="logger"/> documentation for "M:imbNLP.Project.Dataset.WebDomainCategory.AddCategory(System.Collections.Generic.List{System.String},System.String,System.String,imbSCI.Core.reporting.ILogBuilder)"]

Return Value

Type: WebDomainCategory

[Missing <returns> documentation for "M:imbNLP.Project.Dataset.WebDomainCategory.AddCategory(System.Collections.Generic.List{System.String},System.String,System.String,imbSCI.Core.reporting.ILogBuilder)"]

See Also