Microsoft .Net-Samples
Loading...
Searching...
No Matches
fho.frm.net.Microsoft_DotNetSamples.ClassMethode.SampleGenericList Class Reference

Static Public Member Functions

static bool _AddValuesToList (out string _OutputMessage)
 Werte aus Property-Class an Generic-List anfügen.
static bool _AddValuesToSortedList (out string _OutputMessage)
 Werte aus Property-Class an Sorted-List anfügen.
static bool _AddValuesToTupleList (out string _OutputMessage)
 Werte aus Property-Class an Tupel-List.

Static Public Attributes

static List<(string _CustomerName, string _Scanserver)> _ScanserverList = new List<(string _CustomerName, string _Scanserver)>()
 List mit Generic-Function <T> => Customer-Name, Scanserver.
static SortedList< string, string > _KeyValuePairList = new System.Collections.Generic.SortedList<string, string>()
 Sorted-List: mit Key und Value.
static List< Tuple< string, string > > _TupleList = new List<Tuple<string, string>>()
 List mit Tupel-Class Instance.

Member Function Documentation

◆ _AddValuesToList()

bool fho.frm.net.Microsoft_DotNetSamples.ClassMethode.SampleGenericList._AddValuesToList ( out string _OutputMessage)
static

Werte aus Property-Class an Generic-List anfügen.

Returns

Instance Customer-Data

Add-Values zu Customer-Data List

Werte aus Property-Class an Generic-List anfügen

◆ _AddValuesToSortedList()

bool fho.frm.net.Microsoft_DotNetSamples.ClassMethode.SampleGenericList._AddValuesToSortedList ( out string _OutputMessage)
static

Werte aus Property-Class an Sorted-List anfügen.

Parameters
_OutputMessage
Returns

Instance Customer-Data

Add-Values zu Customer-Data List

Werte aus Property-Class an Generic-List anfügen

◆ _AddValuesToTupleList()

bool fho.frm.net.Microsoft_DotNetSamples.ClassMethode.SampleGenericList._AddValuesToTupleList ( out string _OutputMessage)
static

Werte aus Property-Class an Tupel-List.

Parameters
_OutputMessage
Returns

Instance Customer-Data

Add-Values zu Customer-Data List

Werte aus Property-Class an Generic-List anfügen

Member Data Documentation

◆ _KeyValuePairList

SortedList<string, string> fho.frm.net.Microsoft_DotNetSamples.ClassMethode.SampleGenericList._KeyValuePairList = new System.Collections.Generic.SortedList<string, string>()
static

Sorted-List: mit Key und Value.

◆ _ScanserverList

List<(string _CustomerName, string _Scanserver)> fho.frm.net.Microsoft_DotNetSamples.ClassMethode.SampleGenericList._ScanserverList = new List<(string _CustomerName, string _Scanserver)>()
static

List mit Generic-Function <T> => Customer-Name, Scanserver.

◆ _TupleList

List<Tuple<string, string> > fho.frm.net.Microsoft_DotNetSamples.ClassMethode.SampleGenericList._TupleList = new List<Tuple<string, string>>()
static

List mit Tupel-Class Instance.


The documentation for this class was generated from the following file:
  • U:/00000000_global_projects/000_DotNetxx/fho.frm.net.Microsoft_DotNetSamples/fho.frm.net.Microsoft_DotNetSamples/ClassMethode/SampleGenericList.cs