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.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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