MobileTrack Nexus Documentation
C#
Show/Hide TOC
Mt
Base
Json
Converter
T
Generate
Item Method
Generates a new item of type
T
.
Definition
Namespace:
MobileTrack.Common.Services.JsonConverters.BusinessObjects
Assembly:
MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
C#
Copy
Request Example
protected
abstract
T
GenerateItem
()
Return Value
T
Newly generated item.
Remarks
Because
T
has an
internal
constructor, we cannot use the
new
constraint. That is why this method exists.
See Also
Reference
MtBaseJsonConverter
T
Class
MobileTrack.Common.Services.JsonConverters.BusinessObjects Namespace
In This Article
Definition
Remarks
See Also