GlobalVariableTypes() public static method

public static GlobalVariableTypes ( string selected ) : List
selected string
return List
        public PD_MessageParameter_ViewModel()
        {
            AvailableTypes = DefaultConfiguration.GlobalVariableTypes(_type);

            initavailablebos(null);
        }