SettingDataType

From Virtual World Web Wiki
Revision as of 17:16, 19 November 2018 by Spark5 (Talk | contribs) (Documentation for the SettingDataType class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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