SettingDataType

From Virtual World Web Wiki
Jump to: navigation, search

Used when registering user-configurable settings to specify a data type to imrpove Admin UI handling

Remarks [edit]

Enum Values

Unknown = 0
Unknown (Serializable Object) Not a good idea to use this for a user-configurable setting.
Integer = 1
Specifies an Integer setting data type
String = 2
Specifies a String setting data type
Decimal = 3
Specifies a Decimal setting data type
Float = 4
Specifies a Float setting data type
Guid = 5
Specifies a Guid setting data type
ResourceID = 6
Specifies a Resource ID setting data type
ObjectTypeID = 7
Specifies an Object Type ID setting data type
Boolean = 8
Specifies a Boolean setting data type
Password = 9
Specifies a Password setting data type
CurrencyID = 10
Specifies a Guid, selected from a list of system FinancialCurrencyIDs