AbstractValueMapT Constructor

Default constructor for AbstractValueMap types. the receiving end must be a private constructor!

Definition

Namespace: MobileTrack.Common.Enums
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
protected AbstractValueMap(
	string value,
	string i18NTitle,
	string i18NDescription
)

Parameters

value  String
string representing the item value
i18NTitle  String
localization key for the human-readable item title
i18NDescription  String
localization key for the human-readable item description

See Also