C# Class ArgsTests.CLI.PeoplePicker

Inheritance: PowerArgs.ContextAssistSearch
Datei anzeigen Open project: adamabdelhamed/PowerArgs Class Usage Examples

Public Properties

Property Type Description
people List

Protected Methods

Method Description
GetResults ( string searchString ) : List
GetResultsAsync ( string searchString ) : Task>

Method Details

GetResults() protected method

protected GetResults ( string searchString ) : List
searchString string
return List

GetResultsAsync() protected method

protected GetResultsAsync ( string searchString ) : Task>
searchString string
return Task>

Property Details

people public_oe static_oe property

public static List people
return List