var instance = new Vintasoft.Shared.WebEnumItemBaseJS(); var value; // Type: string[] value = instance.getAllAvailableNames();
function getAllAvailableNames() : string[];
Return Value
Names of all enumeration elements.
var instance = new Vintasoft.Shared.WebEnumItemBaseJS(); var value; // Type: string[] value = instance.getAllAvailableNames();
function getAllAvailableNames() : string[];