Features_SharedCountryList Method | |
Načítanie zoznamu krajín (Shared metóda, aby sa zbytočne nedeklaroval celý objekt).
Namespace: Exa.OBERON.Services.OBERONAssembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 4.6.14.0 (4.6.14.0)
Syntax public static ExaException CountryList(
AppEngine u_OBERONAppEngine,
ref List<Country> urf_CountryList
)
Public Shared Function CountryList (
u_OBERONAppEngine As AppEngine,
ByRef urf_CountryList As List(Of Country)
) As ExaException
Dim u_OBERONAppEngine As AppEngine
Dim urf_CountryList As List(Of Country)
Dim returnValue As ExaException
returnValue = Features_Shared.CountryList(u_OBERONAppEngine,
urf_CountryList)
Parameters
- u_OBERONAppEngine AppEngine
- Objekt aplikácie.
- urf_CountryList ListCountry
- Výsledný zoznam krajín.
Return Value
ExaExceptionSee Also