EnumArgumentAttribute.

GetOptions(object) Method

Summary

Gets a collection of options or arguments to pass to the Mercurial executable, based on the property value from the command class.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Attributes
Containing Type
EnumArgumentAttribute

Syntax

public override string[] GetOptions(object propertyValue)

Parameters

Name Type Description
propertyValue object The property value from the tagged property of the command class.

Return Value

Type Description
string[] A collection of options or arguments, or an empty array or null for no options for the specified property value.