Click or drag to resize

analyticConsoleaceOperation_defineIndexSample Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbWEM.Core.console.analyticConsole.aceOperation_defineIndexSample(imbACE.Core.commands.menu.aceOperationArgs)"]

Namespace:  imbWEM.Core.console
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
[aceMenuItemAttribute(aceMenuItemAttributeRole.Key, "SI")]
[aceMenuItemAttribute(aceMenuItemAttributeRole.aliasNames, "indexSample")]
[aceMenuItemAttribute(aceMenuItemAttributeRole.DisplayName, "IndexSample")]
[aceMenuItemAttribute(aceMenuItemAttributeRole.Category, "define")]
[aceMenuItemAttribute(aceMenuItemAttributeRole.Description, "Sets sample from index database according to domain content type")]
[aceMenuItemAttribute(aceMenuItemAttributeRole.ExpandedHelp, "It will query domain index table for domains with specified contentType and add it to the current sample list")]
[aceMenuItemAttribute(aceMenuItemAttributeRole.DisabledRemarks, "(disabled)")]
[aceMenuItemAttribute(aceMenuItemAttributeRole.CmdParamList, "type="indexDomainContentEnum.bothRelevantAndNonRelevant":indexDomainContentEnum;samplename="sample_domains":String;fileHasPriority=true:Boolean;limit=300:Int32;skip=0:Int32;")]
public void aceOperation_defineIndexSample(
	aceOperationArgs args
)

Parameters

args
Type: aceOperationArgs

[Missing <param name="args"/> documentation for "M:imbWEM.Core.console.analyticConsole.aceOperation_defineIndexSample(imbACE.Core.commands.menu.aceOperationArgs)"]

See Also