Click or drag to resize
EF Visual Editor

ChoiceDisplayGetChoice Method

[Missing <summary> documentation for "M:Sawczyn.EFDesigner.ChoiceDisplay.GetChoice(System.String,System.Collections.Generic.IEnumerable{System.String})"]

Namespace:  Sawczyn.EFDesigner
Assembly:  Sawczyn.EFDesigner.EFModel.Dsl (in Sawczyn.EFDesigner.EFModel.Dsl.dll) Version: 2.0.5.3 (2.0.5.3)
Syntax
public static string GetChoice(
	string title,
	IEnumerable<string> choices
)
Request Example View Source

Parameters

title
Type: SystemString

[Missing <param name="title"/> documentation for "M:Sawczyn.EFDesigner.ChoiceDisplay.GetChoice(System.String,System.Collections.Generic.IEnumerable{System.String})"]

choices
Type: System.Collections.GenericIEnumerableString

[Missing <param name="choices"/> documentation for "M:Sawczyn.EFDesigner.ChoiceDisplay.GetChoice(System.String,System.Collections.Generic.IEnumerable{System.String})"]

Return Value

Type: String

[Missing <returns> documentation for "M:Sawczyn.EFDesigner.ChoiceDisplay.GetChoice(System.String,System.Collections.Generic.IEnumerable{System.String})"]

See Also