ResourceAction Constructor

Private constructor

Definition

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

Parameters

value  String
The value of the enum
i18NTitle  String
The title of the enum
i18NDescription  String
The description of the enum

See Also